Html Css Color HEX #BB1637 Cardinal

📋 copy color: '#BB1637'

red 187 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #BB1637

Tints of Cardinal #BB1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 70.83%
G = 8.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB1637 (or 0xBB1637) is known color: Cardinal. HEX triplet: BB, 16 and 37. RGB value is (187,22,55). Sum of RGB (Red+Green+Blue) = 187+22+55=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1637 is #44E9C8. Grayscale: #4B4B4B. Windows color (decimal): -4516297 or 3610299. OLE color: 3610299.

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

Color convert

RGB 187 22 55 -
CMYK 0 0.88 0.71 0.27
HSL 348º 0.79% 0.41% -
HSV(B) 348º 0.88% 0.73% -
XYZ 21.47 11.41 4.69 -
YUV 75.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 187 22 55 0 0.88 0.71 0.27 348 0.79 0.41
Hex BB 16 37 0 58 47 1B 15C 4F 29
Octal 273 26 67 0 130 107 33 534 117 51
Binary 10111011 10110 110111 0 1011000 1000111 11011 101011100 1001111 101001

Color Harmonies of #BB1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1637

Black with #BB1637

Text Example


Text Example

White with #BB1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1637; }

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

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

background-color css

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

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

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

border-color css

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

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

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