Html Css Color HEX #BB0839 Cardinal

📋 copy color: '#BB0839'

red 187 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #BB0839

Tints of Cardinal #BB0839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 74.21%
G = 3.17%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0839 (or 0xBB0839) is known color: Cardinal. HEX triplet: BB, 08 and 39. RGB value is (187,8,57). Sum of RGB (Red+Green+Blue) = 187+8+57=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0839 is #44F7C6. Grayscale: #434343. Windows color (decimal): -4519879 or 3737787. OLE color: 3737787.

HSL color Cylindrical-coordinate representation of color #BB0839: hue angle of 343.58º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0839 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 57 -
CMYK 0 0.96 0.70 0.27
HSL 343.58º 0.92% 0.38% -
HSV(B) 343.58º 0.96% 0.73% -
XYZ 21.32 11.03 4.88 -
YUV 67.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 187 8 57 0 0.96 0.70 0.27 343.58 0.92 0.38
Hex BB 8 39 0 60 46 1B 158 5C 26
Octal 273 10 71 0 140 106 33 530 134 46
Binary 10111011 1000 111001 0 1100000 1000110 11011 101011000 1011100 100110

Color Harmonies of #BB0839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0839

Black with #BB0839

Text Example


Text Example

White with #BB0839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0839; }

 p { color: rgb(187,8,57); }

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

background-color css

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

 a { background-color: rgb(187,8,57); }

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

border-color css

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

 span { border-color: rgb(187,8,57); }

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