Html Css Color HEX #BB1437 Cardinal

📋 copy color: '#BB1437'

red 187 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #BB1437

Tints of Cardinal #BB1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 71.37%
G = 7.63%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB1437 (or 0xBB1437) is known color: Cardinal. HEX triplet: BB, 14 and 37. RGB value is (187,20,55). Sum of RGB (Red+Green+Blue) = 187+20+55=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1437 is #44EBC8. Grayscale: #494949. Windows color (decimal): -4516809 or 3609787. OLE color: 3609787.

HSL color Cylindrical-coordinate representation of color #BB1437: hue angle of 347.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1437 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 55 -
CMYK 0 0.89 0.71 0.27
HSL 347.43º 0.81% 0.41% -
HSV(B) 347.43º 0.89% 0.73% -
XYZ 21.43 11.34 4.67 -
YUV 73.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 187 20 55 0 0.89 0.71 0.27 347.43 0.81 0.41
Hex BB 14 37 0 59 47 1B 15B 51 29
Octal 273 24 67 0 131 107 33 533 121 51
Binary 10111011 10100 110111 0 1011001 1000111 11011 101011011 1010001 101001

Color Harmonies of #BB1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1437

Black with #BB1437

Text Example


Text Example

White with #BB1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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