Html Css Color HEX #BB0E38 Cardinal

📋 copy color: '#BB0E38'

red 187 ◦ green 14 ◦ blue 56

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

Shades of Cardinal #BB0E38

Tints of Cardinal #BB0E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 72.76%
G = 5.45%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0E38 (or 0xBB0E38) is known color: Cardinal. HEX triplet: BB, 0E and 38. RGB value is (187,14,56). Sum of RGB (Red+Green+Blue) = 187+14+56=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E38 is #44F1C7. Grayscale: #464646. Windows color (decimal): -4518344 or 3673787. OLE color: 3673787.

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

Color convert

RGB 187 14 56 -
CMYK 0 0.93 0.70 0.27
HSL 345.43º 0.86% 0.39% -
HSV(B) 345.43º 0.93% 0.73% -
XYZ 21.36 11.16 4.77 -
YUV 70.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 187 14 56 0 0.93 0.70 0.27 345.43 0.86 0.39
Hex BB E 38 0 5D 46 1B 159 56 27
Octal 273 16 70 0 135 106 33 531 126 47
Binary 10111011 1110 111000 0 1011101 1000110 11011 101011001 1010110 100111

Color Harmonies of #BB0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E38

Black with #BB0E38

Text Example


Text Example

White with #BB0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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