Html Css Color HEX #B11646 Cardinal

📋 copy color: '#B11646'

red 177 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #B11646

Tints of Cardinal #B11646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 65.8%
G = 8.18%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B11646 (or 0xB11646) is known color: Cardinal. HEX triplet: B1, 16 and 46. RGB value is (177,22,70). Sum of RGB (Red+Green+Blue) = 177+22+70=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B11646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11646 is #4EE9B9. Grayscale: #494949. Windows color (decimal): -5171642 or 4593329. OLE color: 4593329.

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

Color convert

RGB 177 22 70 -
CMYK 0 0.88 0.60 0.31
HSL 341.42º 0.78% 0.39% -
HSV(B) 341.42º 0.88% 0.69% -
XYZ 19.52 10.36 6.77 -
YUV 73.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 177 22 70 0 0.88 0.60 0.31 341.42 0.78 0.39
Hex B1 16 46 0 58 3C 1F 155 4E 27
Octal 261 26 106 0 130 74 37 525 116 47
Binary 10110001 10110 1000110 0 1011000 111100 11111 101010101 1001110 100111

Color Harmonies of #B11646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11646

Black with #B11646

Text Example


Text Example

White with #B11646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11646; }

 p { color: rgb(177,22,70); }

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

background-color css

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

 a { background-color: rgb(177,22,70); }

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

border-color css

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

 span { border-color: rgb(177,22,70); }

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