Html Css Color HEX #BB0B2E Cardinal

📋 copy color: '#BB0B2E'

red 187 ◦ green 11 ◦ blue 46

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

Shades of Cardinal #BB0B2E

Tints of Cardinal #BB0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 76.64%
G = 4.51%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB0B2E (or 0xBB0B2E) is known color: Cardinal. HEX triplet: BB, 0B and 2E. RGB value is (187,11,46). Sum of RGB (Red+Green+Blue) = 187+11+46=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B2E is #44F4D1. Grayscale: #434343. Windows color (decimal): -4519122 or 3017659. OLE color: 3017659.

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

Color convert

RGB 187 11 46 -
CMYK 0 0.94 0.75 0.27
HSL 348.07º 0.89% 0.39% -
HSV(B) 348.07º 0.94% 0.73% -
XYZ 21.11 11 3.6 -
YUV 67.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 187 11 46 0 0.94 0.75 0.27 348.07 0.89 0.39
Hex BB B 2E 0 5E 4B 1B 15C 59 27
Octal 273 13 56 0 136 113 33 534 131 47
Binary 10111011 1011 101110 0 1011110 1001011 11011 101011100 1011001 100111

Color Harmonies of #BB0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B2E

Black with #BB0B2E

Text Example


Text Example

White with #BB0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B2E; }

 p { color: rgb(187,11,46); }

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

background-color css

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

 a { background-color: rgb(187,11,46); }

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

border-color css

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

 span { border-color: rgb(187,11,46); }

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