Html Css Color HEX #BB2A36 Cardinal

📋 copy color: '#BB2A36'

red 187 ◦ green 42 ◦ blue 54

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

Shades of Cardinal #BB2A36

Tints of Cardinal #BB2A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

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

R = 66.08%
G = 14.84%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2A36 (or 0xBB2A36) is known color: Cardinal. HEX triplet: BB, 2A and 36. RGB value is (187,42,54). Sum of RGB (Red+Green+Blue) = 187+42+54=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A36 is #44D5C9. Grayscale: #565656. Windows color (decimal): -4511178 or 3549883. OLE color: 3549883.

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

Color convert

RGB 187 42 54 -
CMYK 0 0.78 0.71 0.27
HSL 355.03º 0.63% 0.45% -
HSV(B) 355.03º 0.78% 0.73% -
XYZ 21.99 12.49 4.74 -
YUV 86.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 187 42 54 0 0.78 0.71 0.27 355.03 0.63 0.45
Hex BB 2A 36 0 4E 47 1B 163 3F 2D
Octal 273 52 66 0 116 107 33 543 77 55
Binary 10111011 101010 110110 0 1001110 1000111 11011 101100011 111111 101101

Color Harmonies of #BB2A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A36

Black with #BB2A36

Text Example


Text Example

White with #BB2A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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