Html Css Color HEX #BB0036 Cardinal

📋 copy color: '#BB0036'

red 187 ◦ green 0 ◦ blue 54

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

Shades of Cardinal #BB0036

Tints of Cardinal #BB0036

RGB

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

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

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

R = 77.59%
G = 0%
B = 22.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0036 (or 0xBB0036) is known color: Cardinal. HEX triplet: BB, 00 and 36. RGB value is (187,0,54). Sum of RGB (Red+Green+Blue) = 187+0+54=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0036 is #44FFC9. Grayscale: #3E3E3E. Windows color (decimal): -4521930 or 3539131. OLE color: 3539131.

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

Color convert

RGB 187 0 54 -
CMYK 0 1 0.71 0.27
HSL 342.67º 1% 0.37% -
HSV(B) 342.67º 1% 0.73% -
XYZ 21.16 10.83 4.47 -
YUV 62.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 187 0 54 0 1 0.71 0.27 342.67 1 0.37
Hex BB 0 36 0 64 47 1B 157 64 25
Octal 273 0 66 0 144 107 33 527 144 45
Binary 10111011 0 110110 0 1100100 1000111 11011 101010111 1100100 100101

Color Harmonies of #BB0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0036

Black with #BB0036

Text Example


Text Example

White with #BB0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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