Html Css Color HEX #BB0E4B Cardinal

📋 copy color: '#BB0E4B'

red 187 ◦ green 14 ◦ blue 75

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

Shades of Cardinal #BB0E4B

Tints of Cardinal #BB0E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 67.75%
G = 5.07%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB0E4B (or 0xBB0E4B) is known color: Cardinal. HEX triplet: BB, 0E and 4B. RGB value is (187,14,75). Sum of RGB (Red+Green+Blue) = 187+14+75=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E4B is #44F1B4. Grayscale: #484848. Windows color (decimal): -4518325 or 4918971. OLE color: 4918971.

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

Color convert

RGB 187 14 75 -
CMYK 0 0.93 0.60 0.27
HSL 338.84º 0.86% 0.39% -
HSV(B) 338.84º 0.93% 0.73% -
XYZ 21.92 11.39 7.7 -
YUV 72.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 187 14 75 0 0.93 0.60 0.27 338.84 0.86 0.39
Hex BB E 4B 0 5D 3C 1B 153 56 27
Octal 273 16 113 0 135 74 33 523 126 47
Binary 10111011 1110 1001011 0 1011101 111100 11011 101010011 1010110 100111

Color Harmonies of #BB0E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E4B

Black with #BB0E4B

Text Example


Text Example

White with #BB0E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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