Html Css Color HEX #B11431 Cardinal

📋 copy color: '#B11431'

red 177 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #B11431

Tints of Cardinal #B11431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 71.95%
G = 8.13%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11431 (or 0xB11431) is known color: Cardinal. HEX triplet: B1, 14 and 31. RGB value is (177,20,49). Sum of RGB (Red+Green+Blue) = 177+20+49=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B11431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11431 is #4EEBCE. Grayscale: #464646. Windows color (decimal): -5172175 or 3216561. OLE color: 3216561.

HSL color Cylindrical-coordinate representation of color #B11431: hue angle of 348.92º 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 #B11431 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 49 -
CMYK 0 0.89 0.72 0.31
HSL 348.92º 0.8% 0.39% -
HSV(B) 348.92º 0.89% 0.69% -
XYZ 18.94 10.07 3.85 -
YUV 70.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 177 20 49 0 0.89 0.72 0.31 348.92 0.8 0.39
Hex B1 14 31 0 59 48 1F 15D 50 27
Octal 261 24 61 0 131 110 37 535 120 47
Binary 10110001 10100 110001 0 1011001 1001000 11111 101011101 1010000 100111

Color Harmonies of #B11431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11431

Black with #B11431

Text Example


Text Example

White with #B11431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11431; }

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

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

background-color css

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

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

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

border-color css

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

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

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