Html Css Color HEX #BB2736 Cardinal

📋 copy color: '#BB2736'

red 187 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #BB2736

Tints of Cardinal #BB2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 66.79%
G = 13.93%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2736 (or 0xBB2736) is known color: Cardinal. HEX triplet: BB, 27 and 36. RGB value is (187,39,54). Sum of RGB (Red+Green+Blue) = 187+39+54=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2736 is #44D8C9. Grayscale: #555555. Windows color (decimal): -4511946 or 3549115. OLE color: 3549115.

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

Color convert

RGB 187 39 54 -
CMYK 0 0.79 0.71 0.27
HSL 353.92º 0.65% 0.44% -
HSV(B) 353.92º 0.79% 0.73% -
XYZ 21.88 12.28 4.71 -
YUV 84.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 187 39 54 0 0.79 0.71 0.27 353.92 0.65 0.44
Hex BB 27 36 0 4F 47 1B 162 41 2C
Octal 273 47 66 0 117 107 33 542 101 54
Binary 10111011 100111 110110 0 1001111 1000111 11011 101100010 1000001 101100

Color Harmonies of #BB2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2736

Black with #BB2736

Text Example


Text Example

White with #BB2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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