Html Css Color HEX #B11744 Cardinal

📋 copy color: '#B11744'

red 177 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #B11744

Tints of Cardinal #B11744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 66.04%
G = 8.58%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11744 (or 0xB11744) is known color: Cardinal. HEX triplet: B1, 17 and 44. RGB value is (177,23,68). Sum of RGB (Red+Green+Blue) = 177+23+68=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B11744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11744 is #4EE8BB. Grayscale: #4A4A4A. Windows color (decimal): -5171388 or 4462513. OLE color: 4462513.

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

Color convert

RGB 177 23 68 -
CMYK 0 0.87 0.62 0.31
HSL 342.47º 0.77% 0.39% -
HSV(B) 342.47º 0.87% 0.69% -
XYZ 19.48 10.38 6.45 -
YUV 74.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 177 23 68 0 0.87 0.62 0.31 342.47 0.77 0.39
Hex B1 17 44 0 57 3E 1F 156 4D 27
Octal 261 27 104 0 127 76 37 526 115 47
Binary 10110001 10111 1000100 0 1010111 111110 11111 101010110 1001101 100111

Color Harmonies of #B11744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11744

Black with #B11744

Text Example


Text Example

White with #B11744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11744; }

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

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

background-color css

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

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

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

border-color css

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

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

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