Html Css Color HEX #BB0E3A Cardinal

📋 copy color: '#BB0E3A'

red 187 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #BB0E3A

Tints of Cardinal #BB0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 72.2%
G = 5.41%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB0E3A (or 0xBB0E3A) is known color: Cardinal. HEX triplet: BB, 0E and 3A. RGB value is (187,14,58). Sum of RGB (Red+Green+Blue) = 187+14+58=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E3A is #44F1C5. Grayscale: #464646. Windows color (decimal): -4518342 or 3804859. OLE color: 3804859.

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

Color convert

RGB 187 14 58 -
CMYK 0 0.93 0.69 0.27
HSL 344.74º 0.86% 0.39% -
HSV(B) 344.74º 0.93% 0.73% -
XYZ 21.41 11.18 5.03 -
YUV 70.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 187 14 58 0 0.93 0.69 0.27 344.74 0.86 0.39
Hex BB E 3A 0 5D 45 1B 159 56 27
Octal 273 16 72 0 135 105 33 531 126 47
Binary 10111011 1110 111010 0 1011101 1000101 11011 101011001 1010110 100111

Color Harmonies of #BB0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E3A

Black with #BB0E3A

Text Example


Text Example

White with #BB0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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