Html Css Color HEX #BB2437 Cardinal

📋 copy color: '#BB2437'

red 187 ◦ green 36 ◦ blue 55

#BB2437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB2437

Tints of Cardinal #BB2437

RGB

 RED value IS 187 (73.44% from 255) = 67.27%

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 67.27%
G = 12.95%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2437 (or 0xBB2437) is known color: Cardinal. HEX triplet: BB, 24 and 37. RGB value is (187,36,55). Sum of RGB (Red+Green+Blue) = 187+36+55=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2437 is #44DBC8. Grayscale: #535353. Windows color (decimal): -4512713 or 3613883. OLE color: 3613883.

HSL color Cylindrical-coordinate representation of color #BB2437: hue angle of 352.45º 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 #BB2437 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 55 -
CMYK 0 0.81 0.71 0.27
HSL 352.45º 0.68% 0.44% -
HSV(B) 352.45º 0.81% 0.73% -
XYZ 21.81 12.1 4.8 -
YUV 83.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 187 36 55 0 0.81 0.71 0.27 352.45 0.68 0.44
Hex BB 24 37 0 51 47 1B 160 44 2C
Octal 273 44 67 0 121 107 33 540 104 54
Binary 10111011 100100 110111 0 1010001 1000111 11011 101100000 1000100 101100

Color Harmonies of #BB2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2437

Black with #BB2437

Text Example


Text Example

White with #BB2437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2437; }

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

 H1.HeaderClassName
 {
   color: #BB2437;
 }
 .AnyTagClassName
 {
   color: #BB2437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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