Html Css Color HEX #B11529 Cardinal

📋 copy color: '#B11529'

red 177 ◦ green 21 ◦ blue 41

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

Shades of Cardinal #B11529

Tints of Cardinal #B11529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 74.06%
G = 8.79%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B11529 (or 0xB11529) is known color: Cardinal. HEX triplet: B1, 15 and 29. RGB value is (177,21,41). Sum of RGB (Red+Green+Blue) = 177+21+41=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B11529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11529 is #4EEAD6. Grayscale: #464646. Windows color (decimal): -5171927 or 2692529. OLE color: 2692529.

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

Color convert

RGB 177 21 41 -
CMYK 0 0.88 0.77 0.31
HSL 352.31º 0.79% 0.39% -
HSV(B) 352.31º 0.88% 0.69% -
XYZ 18.8 10.04 3.05 -
YUV 69.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 177 21 41 0 0.88 0.77 0.31 352.31 0.79 0.39
Hex B1 15 29 0 58 4D 1F 160 4F 27
Octal 261 25 51 0 130 115 37 540 117 47
Binary 10110001 10101 101001 0 1011000 1001101 11111 101100000 1001111 100111

Color Harmonies of #B11529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11529

Black with #B11529

Text Example


Text Example

White with #B11529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11529; }

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

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

background-color css

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

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

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

border-color css

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

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

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