Html Css Color HEX #BB0E35 Cardinal

📋 copy color: '#BB0E35'

red 187 ◦ green 14 ◦ blue 53

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

Shades of Cardinal #BB0E35

Tints of Cardinal #BB0E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 73.62%
G = 5.51%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0E35 (or 0xBB0E35) is known color: Cardinal. HEX triplet: BB, 0E and 35. RGB value is (187,14,53). Sum of RGB (Red+Green+Blue) = 187+14+53=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E35 is #44F1CA. Grayscale: #464646. Windows color (decimal): -4518347 or 3477179. OLE color: 3477179.

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

Color convert

RGB 187 14 53 -
CMYK 0 0.93 0.72 0.27
HSL 346.47º 0.86% 0.39% -
HSV(B) 346.47º 0.93% 0.73% -
XYZ 21.29 11.14 4.4 -
YUV 70.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 187 14 53 0 0.93 0.72 0.27 346.47 0.86 0.39
Hex BB E 35 0 5D 48 1B 15A 56 27
Octal 273 16 65 0 135 110 33 532 126 47
Binary 10111011 1110 110101 0 1011101 1001000 11011 101011010 1010110 100111

Color Harmonies of #BB0E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E35

Black with #BB0E35

Text Example


Text Example

White with #BB0E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E35; }

 p { color: rgb(187,14,53); }

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

background-color css

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

 a { background-color: rgb(187,14,53); }

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

border-color css

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

 span { border-color: rgb(187,14,53); }

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