Html Css Color HEX #B11837 Cardinal

📋 copy color: '#B11837'

red 177 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #B11837

Tints of Cardinal #B11837

RGB

 RED value IS 177 (69.53% from 255) = 69.14%

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 69.14%
G = 9.38%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11837 (or 0xB11837) is known color: Cardinal. HEX triplet: B1, 18 and 37. RGB value is (177,24,55). Sum of RGB (Red+Green+Blue) = 177+24+55=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B11837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11837 is #4EE7C8. Grayscale: #494949. Windows color (decimal): -5171145 or 3610801. OLE color: 3610801.

HSL color Cylindrical-coordinate representation of color #B11837: hue angle of 347.84º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11837 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 55 -
CMYK 0 0.86 0.69 0.31
HSL 347.84º 0.76% 0.39% -
HSV(B) 347.84º 0.86% 0.69% -
XYZ 19.15 10.28 4.59 -
YUV 73.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 177 24 55 0 0.86 0.69 0.31 347.84 0.76 0.39
Hex B1 18 37 0 56 45 1F 15C 4C 27
Octal 261 30 67 0 126 105 37 534 114 47
Binary 10110001 11000 110111 0 1010110 1000101 11111 101011100 1001100 100111

Color Harmonies of #B11837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11837

Black with #B11837

Text Example


Text Example

White with #B11837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11837; }

 p { color: rgb(177,24,55); }

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

background-color css

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

 a { background-color: rgb(177,24,55); }

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

border-color css

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

 span { border-color: rgb(177,24,55); }

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