Html Css Color HEX #BB1936 Cardinal

📋 copy color: '#BB1936'

red 187 ◦ green 25 ◦ blue 54

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

Shades of Cardinal #BB1936

Tints of Cardinal #BB1936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 70.3%
G = 9.4%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB1936 (or 0xBB1936) is known color: Cardinal. HEX triplet: BB, 19 and 36. RGB value is (187,25,54). Sum of RGB (Red+Green+Blue) = 187+25+54=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1936 is #44E6C9. Grayscale: #4C4C4C. Windows color (decimal): -4515530 or 3545531. OLE color: 3545531.

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

Color convert

RGB 187 25 54 -
CMYK 0 0.87 0.71 0.27
HSL 349.26º 0.76% 0.42% -
HSV(B) 349.26º 0.87% 0.73% -
XYZ 21.51 11.53 4.58 -
YUV 76.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 187 25 54 0 0.87 0.71 0.27 349.26 0.76 0.42
Hex BB 19 36 0 57 47 1B 15D 4C 2A
Octal 273 31 66 0 127 107 33 535 114 52
Binary 10111011 11001 110110 0 1010111 1000111 11011 101011101 1001100 101010

Color Harmonies of #BB1936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1936

Black with #BB1936

Text Example


Text Example

White with #BB1936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1936; }

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

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

background-color css

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

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

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

border-color css

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

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

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