Html Css Color HEX #BB0032 Cardinal

📋 copy color: '#BB0032'

red 187 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #BB0032

Tints of Cardinal #BB0032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 78.9%
G = 0%
B = 21.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0032 (or 0xBB0032) is known color: Cardinal. HEX triplet: BB, 00 and 32. RGB value is (187,0,50). Sum of RGB (Red+Green+Blue) = 187+0+50=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0032 is #44FFCD. Grayscale: #3D3D3D. Windows color (decimal): -4521934 or 3276987. OLE color: 3276987.

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

Color convert

RGB 187 0 50 -
CMYK 0 1 0.73 0.27
HSL 343.96º 1% 0.37% -
HSV(B) 343.96º 1% 0.73% -
XYZ 21.07 10.8 3.99 -
YUV 61.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 187 0 50 0 1 0.73 0.27 343.96 1 0.37
Hex BB 0 32 0 64 49 1B 158 64 25
Octal 273 0 62 0 144 111 33 530 144 45
Binary 10111011 0 110010 0 1100100 1001001 11011 101011000 1100100 100101

Color Harmonies of #BB0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0032

Black with #BB0032

Text Example


Text Example

White with #BB0032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0032; }

 p { color: rgb(187,0,50); }

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

background-color css

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

 a { background-color: rgb(187,0,50); }

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

border-color css

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

 span { border-color: rgb(187,0,50); }

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