Html Css Color HEX #BB1337 Cardinal

📋 copy color: '#BB1337'

red 187 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #BB1337

Tints of Cardinal #BB1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 71.65%
G = 7.28%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB1337 (or 0xBB1337) is known color: Cardinal. HEX triplet: BB, 13 and 37. RGB value is (187,19,55). Sum of RGB (Red+Green+Blue) = 187+19+55=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1337 is #44ECC8. Grayscale: #494949. Windows color (decimal): -4517065 or 3609531. OLE color: 3609531.

HSL color Cylindrical-coordinate representation of color #BB1337: hue angle of 347.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1337 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 55 -
CMYK 0 0.90 0.71 0.27
HSL 347.14º 0.82% 0.4% -
HSV(B) 347.14º 0.9% 0.73% -
XYZ 21.42 11.31 4.67 -
YUV 73.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 187 19 55 0 0.90 0.71 0.27 347.14 0.82 0.4
Hex BB 13 37 0 5A 47 1B 15B 52 28
Octal 273 23 67 0 132 107 33 533 122 50
Binary 10111011 10011 110111 0 1011010 1000111 11011 101011011 1010010 101000

Color Harmonies of #BB1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1337

Black with #BB1337

Text Example


Text Example

White with #BB1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1337; }

 p { color: rgb(187,19,55); }

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

background-color css

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

 a { background-color: rgb(187,19,55); }

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

border-color css

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

 span { border-color: rgb(187,19,55); }

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