Html Css Color HEX #BB1939 Cardinal

📋 copy color: '#BB1939'

red 187 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #BB1939

Tints of Cardinal #BB1939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 69.52%
G = 9.29%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB1939 (or 0xBB1939) is known color: Cardinal. HEX triplet: BB, 19 and 39. RGB value is (187,25,57). Sum of RGB (Red+Green+Blue) = 187+25+57=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1939 is #44E6C6. Grayscale: #4D4D4D. Windows color (decimal): -4515527 or 3742139. OLE color: 3742139.

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

Color convert

RGB 187 25 57 -
CMYK 0 0.87 0.70 0.27
HSL 348.15º 0.76% 0.42% -
HSV(B) 348.15º 0.87% 0.73% -
XYZ 21.58 11.56 4.96 -
YUV 77.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 187 25 57 0 0.87 0.70 0.27 348.15 0.76 0.42
Hex BB 19 39 0 57 46 1B 15C 4C 2A
Octal 273 31 71 0 127 106 33 534 114 52
Binary 10111011 11001 111001 0 1010111 1000110 11011 101011100 1001100 101010

Color Harmonies of #BB1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1939

Black with #BB1939

Text Example


Text Example

White with #BB1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1939; }

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

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

background-color css

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

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

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

border-color css

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

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

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