Html Css Color HEX #910318 Carmine

📋 copy color: '#910318'

red 145 ◦ green 3 ◦ blue 24

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

Shades of Carmine #910318

Tints of Carmine #910318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 84.3%
G = 1.74%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#910318 (or 0x910318) is known color: Carmine. HEX triplet: 91, 03 and 18. RGB value is (145,3,24). Sum of RGB (Red+Green+Blue) = 145+3+24=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #910318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910318 is #6EFCE7. Grayscale: #2F2F2F. Windows color (decimal): -7273704 or 1573777. OLE color: 1573777.

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

Color convert

RGB 145 3 24 -
CMYK 0 0.98 0.83 0.43
HSL 351.13º 0.96% 0.29% -
HSV(B) 351.13º 0.98% 0.57% -
XYZ 11.87 6.15 1.43 -
YUV 47.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 145 3 24 0 0.98 0.83 0.43 351.13 0.96 0.29
Hex 91 3 18 0 62 53 2B 15F 60 1D
Octal 221 3 30 0 142 123 53 537 140 35
Binary 10010001 11 11000 0 1100010 1010011 101011 101011111 1100000 11101

Color Harmonies of #910318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910318

Black with #910318

Text Example


Text Example

White with #910318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910318; }

 p { color: rgb(145,3,24); }

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

background-color css

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

 a { background-color: rgb(145,3,24); }

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

border-color css

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

 span { border-color: rgb(145,3,24); }

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