Html Css Color HEX #BB0E2D Cardinal

📋 copy color: '#BB0E2D'

red 187 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #BB0E2D

Tints of Cardinal #BB0E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 76.02%
G = 5.69%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB0E2D (or 0xBB0E2D) is known color: Cardinal. HEX triplet: BB, 0E and 2D. RGB value is (187,14,45). Sum of RGB (Red+Green+Blue) = 187+14+45=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E2D is #44F1D2. Grayscale: #454545. Windows color (decimal): -4518355 or 2952891. OLE color: 2952891.

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

Color convert

RGB 187 14 45 -
CMYK 0 0.93 0.76 0.27
HSL 349.25º 0.86% 0.39% -
HSV(B) 349.25º 0.93% 0.73% -
XYZ 21.12 11.07 3.51 -
YUV 69.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 187 14 45 0 0.93 0.76 0.27 349.25 0.86 0.39
Hex BB E 2D 0 5D 4C 1B 15D 56 27
Octal 273 16 55 0 135 114 33 535 126 47
Binary 10111011 1110 101101 0 1011101 1001100 11011 101011101 1010110 100111

Color Harmonies of #BB0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E2D

Black with #BB0E2D

Text Example


Text Example

White with #BB0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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