#bb243f

Color #BB243F Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BB243F

Tints of Cardinal #BB243F

Color information

#BB243F (or 0xBB243F) is unknown color: approx Cardinal. HEX triplet: BB, 24 and 3F. RGB value is (187,36,63). Sum of RGB (Red+Green+Blue) = 187+36+63=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243F is #44DBC0. Grayscale: #545454. Windows color (decimal): -4512705 or 4138171. OLE color: 4138171.

HSL color Cylindrical-coordinate representation of color #BB243F: hue angle of 349.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB243F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1873663-
CMYK00.810.660.27
HSL349.27º67.71%43.73%-
HSV(B)349.27º80.75%73.33%-
XYZ22.0212.195.89-
YUV84.23116.03201.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 65.38%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 63 (25% from 255) = 22.03%
R=65.38%
G=12.59%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187366300.810.660.27349.2767.7143.73
HexBB243F051421B15d442c
Octal273447701211023353510454
Binary10111011100100111111010100011000010110111010111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb243f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb243f; }

 p { color: rgb(187,36,63); }

 H1.HeaderClassName
 {
   color: #bb243f;
 }
 .AnyTagClassName
 {
   color: #bb243f;
 }
</style>
background-color css

<style>
 a { background-color: #bb243f; }

 a { background-color: rgb(187,36,63); }

 div.DivClassName
 {
   background-color: #bb243f;
 }
 .BgClassName
 {
   background-color: #bb243f;
 }
</style>
border-color css

<style>
 span { border-color: #bb243f; }

 span { border-color: rgb(187,36,63); }

 td.TdClassName
 {
   border-color: #bb243f;
 }
 .TagClassName
 {
   border-color: #bb243f;
 }
</style>