Html Css Color HEX #BB2436 Cardinal

📋 copy color: '#BB2436'

red 187 ◦ green 36 ◦ blue 54

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

Shades of Cardinal #BB2436

Tints of Cardinal #BB2436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 67.51%
G = 13%
B = 19.49%

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

#BB2436 (or 0xBB2436) is known color: Cardinal. HEX triplet: BB, 24 and 36. RGB value is (187,36,54). Sum of RGB (Red+Green+Blue) = 187+36+54=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2436 is #44DBC9. Grayscale: #535353. Windows color (decimal): -4512714 or 3548347. OLE color: 3548347.

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

Color convert

RGB 187 36 54 -
CMYK 0 0.81 0.71 0.27
HSL 352.85º 0.68% 0.44% -
HSV(B) 352.85º 0.81% 0.73% -
XYZ 21.79 12.09 4.68 -
YUV 83.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 187 36 54 0 0.81 0.71 0.27 352.85 0.68 0.44
Hex BB 24 36 0 51 47 1B 161 44 2C
Octal 273 44 66 0 121 107 33 541 104 54
Binary 10111011 100100 110110 0 1010001 1000111 11011 101100001 1000100 101100

Color Harmonies of #BB2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2436

Black with #BB2436

Text Example


Text Example

White with #BB2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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