Html Css Color HEX #B11534 Cardinal

📋 copy color: '#B11534'

red 177 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #B11534

Tints of Cardinal #B11534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 70.8%
G = 8.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B11534 (or 0xB11534) is known color: Cardinal. HEX triplet: B1, 15 and 34. RGB value is (177,21,52). Sum of RGB (Red+Green+Blue) = 177+21+52=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11534 is #4EEACB. Grayscale: #474747. Windows color (decimal): -5171916 or 3413425. OLE color: 3413425.

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

Color convert

RGB 177 21 52 -
CMYK 0 0.88 0.71 0.31
HSL 348.08º 0.79% 0.39% -
HSV(B) 348.08º 0.88% 0.69% -
XYZ 19.02 10.13 4.2 -
YUV 71.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 177 21 52 0 0.88 0.71 0.31 348.08 0.79 0.39
Hex B1 15 34 0 58 47 1F 15C 4F 27
Octal 261 25 64 0 130 107 37 534 117 47
Binary 10110001 10101 110100 0 1011000 1000111 11111 101011100 1001111 100111

Color Harmonies of #B11534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11534

Black with #B11534

Text Example


Text Example

White with #B11534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11534; }

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

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

background-color css

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

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

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

border-color css

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

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

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