Html Css Color HEX #B11131 Cardinal

📋 copy color: '#B11131'

red 177 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #B11131

Tints of Cardinal #B11131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

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

R = 72.84%
G = 7%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11131 (or 0xB11131) is known color: Cardinal. HEX triplet: B1, 11 and 31. RGB value is (177,17,49). Sum of RGB (Red+Green+Blue) = 177+17+49=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B11131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11131 is #4EEECE. Grayscale: #444444. Windows color (decimal): -5172943 or 3215793. OLE color: 3215793.

HSL color Cylindrical-coordinate representation of color #B11131: hue angle of 348º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11131 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 49 -
CMYK 0 0.90 0.72 0.31
HSL 348º 0.82% 0.38% -
HSV(B) 348º 0.9% 0.69% -
XYZ 18.89 9.97 3.83 -
YUV 68.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 177 17 49 0 0.90 0.72 0.31 348 0.82 0.38
Hex B1 11 31 0 5A 48 1F 15C 52 26
Octal 261 21 61 0 132 110 37 534 122 46
Binary 10110001 10001 110001 0 1011010 1001000 11111 101011100 1010010 100110

Color Harmonies of #B11131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11131

Black with #B11131

Text Example


Text Example

White with #B11131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11131; }

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

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

background-color css

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

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

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

border-color css

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

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

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