Html Css Color HEX #B11527 Cardinal

📋 copy color: '#B11527'

red 177 ◦ green 21 ◦ blue 39

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

Shades of Cardinal #B11527

Tints of Cardinal #B11527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 74.68%
G = 8.86%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B11527 (or 0xB11527) is known color: Cardinal. HEX triplet: B1, 15 and 27. RGB value is (177,21,39). Sum of RGB (Red+Green+Blue) = 177+21+39=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B11527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11527 is #4EEAD8. Grayscale: #454545. Windows color (decimal): -5171929 or 2561457. OLE color: 2561457.

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

Color convert

RGB 177 21 39 -
CMYK 0 0.88 0.78 0.31
HSL 353.08º 0.79% 0.39% -
HSV(B) 353.08º 0.88% 0.69% -
XYZ 18.77 10.03 2.87 -
YUV 69.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 177 21 39 0 0.88 0.78 0.31 353.08 0.79 0.39
Hex B1 15 27 0 58 4E 1F 161 4F 27
Octal 261 25 47 0 130 116 37 541 117 47
Binary 10110001 10101 100111 0 1011000 1001110 11111 101100001 1001111 100111

Color Harmonies of #B11527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11527

Black with #B11527

Text Example


Text Example

White with #B11527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11527; }

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

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

background-color css

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

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

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

border-color css

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

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

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