Html Css Color HEX #BB0336 Cardinal

📋 copy color: '#BB0336'

red 187 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #BB0336

Tints of Cardinal #BB0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 76.64%
G = 1.23%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0336 (or 0xBB0336) is known color: Cardinal. HEX triplet: BB, 03 and 36. RGB value is (187,3,54). Sum of RGB (Red+Green+Blue) = 187+3+54=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0336 is #44FCC9. Grayscale: #3F3F3F. Windows color (decimal): -4521162 or 3539899. OLE color: 3539899.

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

Color convert

RGB 187 3 54 -
CMYK 0 0.98 0.71 0.27
HSL 343.37º 0.97% 0.37% -
HSV(B) 343.37º 0.98% 0.73% -
XYZ 21.19 10.9 4.48 -
YUV 63.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 187 3 54 0 0.98 0.71 0.27 343.37 0.97 0.37
Hex BB 3 36 0 62 47 1B 157 61 25
Octal 273 3 66 0 142 107 33 527 141 45
Binary 10111011 11 110110 0 1100010 1000111 11011 101010111 1100001 100101

Color Harmonies of #BB0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0336

Black with #BB0336

Text Example


Text Example

White with #BB0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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