Html Css Color HEX #B11742 Cardinal

📋 copy color: '#B11742'

red 177 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #B11742

Tints of Cardinal #B11742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 66.54%
G = 8.65%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11742 (or 0xB11742) is known color: Cardinal. HEX triplet: B1, 17 and 42. RGB value is (177,23,66). Sum of RGB (Red+Green+Blue) = 177+23+66=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11742 is #4EE8BD. Grayscale: #494949. Windows color (decimal): -5171390 or 4331441. OLE color: 4331441.

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

Color convert

RGB 177 23 66 -
CMYK 0 0.87 0.63 0.31
HSL 343.25º 0.77% 0.39% -
HSV(B) 343.25º 0.87% 0.69% -
XYZ 19.42 10.35 6.13 -
YUV 73.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 177 23 66 0 0.87 0.63 0.31 343.25 0.77 0.39
Hex B1 17 42 0 57 3F 1F 157 4D 27
Octal 261 27 102 0 127 77 37 527 115 47
Binary 10110001 10111 1000010 0 1010111 111111 11111 101010111 1001101 100111

Color Harmonies of #B11742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11742

Black with #B11742

Text Example


Text Example

White with #B11742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11742; }

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

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

background-color css

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

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

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

border-color css

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

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

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