Html Css Color HEX #910D24 Carmine

📋 copy color: '#910D24'

red 145 ◦ green 13 ◦ blue 36

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

Shades of Carmine #910D24

Tints of Carmine #910D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 74.74%
G = 6.7%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#910D24 (or 0x910D24) is known color: Carmine. HEX triplet: 91, 0D and 24. RGB value is (145,13,36). Sum of RGB (Red+Green+Blue) = 145+13+36=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #910D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D24 is #6EF2DB. Grayscale: #373737. Windows color (decimal): -7271132 or 2362769. OLE color: 2362769.

HSL color Cylindrical-coordinate representation of color #910D24: hue angle of 349.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D24 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 36 -
CMYK 0 0.91 0.75 0.43
HSL 349.55º 0.84% 0.31% -
HSV(B) 349.55º 0.91% 0.57% -
XYZ 12.14 6.43 2.27 -
YUV 55.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 145 13 36 0 0.91 0.75 0.43 349.55 0.84 0.31
Hex 91 D 24 0 5B 4B 2B 15E 54 1F
Octal 221 15 44 0 133 113 53 536 124 37
Binary 10010001 1101 100100 0 1011011 1001011 101011 101011110 1010100 11111

Color Harmonies of #910D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D24

Black with #910D24

Text Example


Text Example

White with #910D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910D24; }

 p { color: rgb(145,13,36); }

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

background-color css

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

 a { background-color: rgb(145,13,36); }

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

border-color css

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

 span { border-color: rgb(145,13,36); }

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