Html Css Color HEX #910514 Carmine

📋 copy color: '#910514'

red 145 ◦ green 5 ◦ blue 20

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

Shades of Carmine #910514

Tints of Carmine #910514

RGB

 RED value IS 145 (57.03% from 255) = 85.29%

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 85.29%
G = 2.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910514 (or 0x910514) is known color: Carmine. HEX triplet: 91, 05 and 14. RGB value is (145,5,20). Sum of RGB (Red+Green+Blue) = 145+5+20=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910514 is #6EFAEB. Grayscale: #303030. Windows color (decimal): -7273196 or 1312145. OLE color: 1312145.

HSL color Cylindrical-coordinate representation of color #910514: hue angle of 353.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910514 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 20 -
CMYK 0 0.97 0.86 0.43
HSL 353.57º 0.93% 0.29% -
HSV(B) 353.57º 0.97% 0.57% -
XYZ 11.86 6.18 1.23 -
YUV 48.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 145 5 20 0 0.97 0.86 0.43 353.57 0.93 0.29
Hex 91 5 14 0 61 56 2B 162 5D 1D
Octal 221 5 24 0 141 126 53 542 135 35
Binary 10010001 101 10100 0 1100001 1010110 101011 101100010 1011101 11101

Color Harmonies of #910514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910514

Black with #910514

Text Example


Text Example

White with #910514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910514; }

 p { color: rgb(145,5,20); }

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

background-color css

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

 a { background-color: rgb(145,5,20); }

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

border-color css

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

 span { border-color: rgb(145,5,20); }

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