Html Css Color HEX #B11526 Cardinal

📋 copy color: '#B11526'

red 177 ◦ green 21 ◦ blue 38

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

Shades of Cardinal #B11526

Tints of Cardinal #B11526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 75%
G = 8.9%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11526 (or 0xB11526) is known color: Cardinal. HEX triplet: B1, 15 and 26. RGB value is (177,21,38). Sum of RGB (Red+Green+Blue) = 177+21+38=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11526 is #4EEAD9. Grayscale: #454545. Windows color (decimal): -5171930 or 2495921. OLE color: 2495921.

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

Color convert

RGB 177 21 38 -
CMYK 0 0.88 0.79 0.31
HSL 353.46º 0.79% 0.39% -
HSV(B) 353.46º 0.88% 0.69% -
XYZ 18.75 10.02 2.78 -
YUV 69.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 177 21 38 0 0.88 0.79 0.31 353.46 0.79 0.39
Hex B1 15 26 0 58 4F 1F 161 4F 27
Octal 261 25 46 0 130 117 37 541 117 47
Binary 10110001 10101 100110 0 1011000 1001111 11111 101100001 1001111 100111

Color Harmonies of #B11526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11526

Black with #B11526

Text Example


Text Example

White with #B11526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11526; }

 p { color: rgb(177,21,38); }

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

background-color css

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

 a { background-color: rgb(177,21,38); }

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

border-color css

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

 span { border-color: rgb(177,21,38); }

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