Html Css Color HEX #BB2429 Cardinal

📋 copy color: '#BB2429'

red 187 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #BB2429

Tints of Cardinal #BB2429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 70.83%
G = 13.64%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB2429 (or 0xBB2429) is known color: Cardinal. HEX triplet: BB, 24 and 29. RGB value is (187,36,41). Sum of RGB (Red+Green+Blue) = 187+36+41=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2429 is #44DBD6. Grayscale: #515151. Windows color (decimal): -4512727 or 2696379. OLE color: 2696379.

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

Color convert

RGB 187 36 41 -
CMYK 0 0.81 0.78 0.27
HSL 358.01º 0.68% 0.44% -
HSV(B) 358.01º 0.81% 0.73% -
XYZ 21.52 11.99 3.28 -
YUV 81.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 187 36 41 0 0.81 0.78 0.27 358.01 0.68 0.44
Hex BB 24 29 0 51 4E 1B 166 44 2C
Octal 273 44 51 0 121 116 33 546 104 54
Binary 10111011 100100 101001 0 1010001 1001110 11011 101100110 1000100 101100

Color Harmonies of #BB2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2429

Black with #BB2429

Text Example


Text Example

White with #BB2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2429; }

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

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

background-color css

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

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

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

border-color css

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

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

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