Html Css Color HEX #BB1829 Cardinal

📋 copy color: '#BB1829'

red 187 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #BB1829

Tints of Cardinal #BB1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 74.21%
G = 9.52%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB1829 (or 0xBB1829) is known color: Cardinal. HEX triplet: BB, 18 and 29. RGB value is (187,24,41). Sum of RGB (Red+Green+Blue) = 187+24+41=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1829 is #44E7D6. Grayscale: #4A4A4A. Windows color (decimal): -4515799 or 2693307. OLE color: 2693307.

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

Color convert

RGB 187 24 41 -
CMYK 0 0.87 0.78 0.27
HSL 353.74º 0.77% 0.41% -
HSV(B) 353.74º 0.87% 0.73% -
XYZ 21.22 11.38 3.18 -
YUV 74.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 187 24 41 0 0.87 0.78 0.27 353.74 0.77 0.41
Hex BB 18 29 0 57 4E 1B 162 4D 29
Octal 273 30 51 0 127 116 33 542 115 51
Binary 10111011 11000 101001 0 1010111 1001110 11011 101100010 1001101 101001

Color Harmonies of #BB1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1829

Black with #BB1829

Text Example


Text Example

White with #BB1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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