Html Css Color HEX #B11437 Cardinal

📋 copy color: '#B11437'

red 177 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #B11437

Tints of Cardinal #B11437

RGB

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

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

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

R = 70.24%
G = 7.94%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11437 (or 0xB11437) is known color: Cardinal. HEX triplet: B1, 14 and 37. RGB value is (177,20,55). Sum of RGB (Red+Green+Blue) = 177+20+55=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11437 is #4EEBC8. Grayscale: #464646. Windows color (decimal): -5172169 or 3609777. OLE color: 3609777.

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

Color convert

RGB 177 20 55 -
CMYK 0 0.89 0.69 0.31
HSL 346.62º 0.8% 0.39% -
HSV(B) 346.62º 0.89% 0.69% -
XYZ 19.07 10.12 4.56 -
YUV 70.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 177 20 55 0 0.89 0.69 0.31 346.62 0.8 0.39
Hex B1 14 37 0 59 45 1F 15B 50 27
Octal 261 24 67 0 131 105 37 533 120 47
Binary 10110001 10100 110111 0 1011001 1000101 11111 101011011 1010000 100111

Color Harmonies of #B11437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11437

Black with #B11437

Text Example


Text Example

White with #B11437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11437; }

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

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

background-color css

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

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

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

border-color css

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

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

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