Html Css Color HEX #B11535 Cardinal

📋 copy color: '#B11535'

red 177 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #B11535

Tints of Cardinal #B11535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 70.52%
G = 8.37%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B11535 (or 0xB11535) is known color: Cardinal. HEX triplet: B1, 15 and 35. RGB value is (177,21,53). Sum of RGB (Red+Green+Blue) = 177+21+53=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11535 is #4EEACA. Grayscale: #474747. Windows color (decimal): -5171915 or 3478961. OLE color: 3478961.

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

Color convert

RGB 177 21 53 -
CMYK 0 0.88 0.70 0.31
HSL 347.69º 0.79% 0.39% -
HSV(B) 347.69º 0.88% 0.69% -
XYZ 19.04 10.14 4.32 -
YUV 71.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 177 21 53 0 0.88 0.70 0.31 347.69 0.79 0.39
Hex B1 15 35 0 58 46 1F 15C 4F 27
Octal 261 25 65 0 130 106 37 534 117 47
Binary 10110001 10101 110101 0 1011000 1000110 11111 101011100 1001111 100111

Color Harmonies of #B11535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11535

Black with #B11535

Text Example


Text Example

White with #B11535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11535; }

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

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

background-color css

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

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

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

border-color css

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

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

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