Html Css Color HEX #B11736 Cardinal

📋 copy color: '#B11736'

red 177 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #B11736

Tints of Cardinal #B11736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 69.69%
G = 9.06%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11736 (or 0xB11736) is known color: Cardinal. HEX triplet: B1, 17 and 36. RGB value is (177,23,54). Sum of RGB (Red+Green+Blue) = 177+23+54=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B11736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11736 is #4EE8C9. Grayscale: #484848. Windows color (decimal): -5171402 or 3545009. OLE color: 3545009.

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

Color convert

RGB 177 23 54 -
CMYK 0 0.87 0.69 0.31
HSL 347.92º 0.77% 0.39% -
HSV(B) 347.92º 0.87% 0.69% -
XYZ 19.1 10.23 4.46 -
YUV 72.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 177 23 54 0 0.87 0.69 0.31 347.92 0.77 0.39
Hex B1 17 36 0 57 45 1F 15C 4D 27
Octal 261 27 66 0 127 105 37 534 115 47
Binary 10110001 10111 110110 0 1010111 1000101 11111 101011100 1001101 100111

Color Harmonies of #B11736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11736

Black with #B11736

Text Example


Text Example

White with #B11736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11736; }

 p { color: rgb(177,23,54); }

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

background-color css

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

 a { background-color: rgb(177,23,54); }

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

border-color css

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

 span { border-color: rgb(177,23,54); }

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