Html Css Color HEX #910F24 Carmine

📋 copy color: '#910F24'

red 145 ◦ green 15 ◦ blue 36

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

Shades of Carmine #910F24

Tints of Carmine #910F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.65%

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

R = 73.98%
G = 7.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#910F24 (or 0x910F24) is known color: Carmine. HEX triplet: 91, 0F and 24. RGB value is (145,15,36). Sum of RGB (Red+Green+Blue) = 145+15+36=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #910F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F24 is #6EF0DB. Grayscale: #383838. Windows color (decimal): -7270620 or 2363281. OLE color: 2363281.

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

Color convert

RGB 145 15 36 -
CMYK 0 0.90 0.75 0.43
HSL 350.31º 0.81% 0.31% -
HSV(B) 350.31º 0.9% 0.57% -
XYZ 12.17 6.49 2.28 -
YUV 56.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 145 15 36 0 0.90 0.75 0.43 350.31 0.81 0.31
Hex 91 F 24 0 5A 4B 2B 15E 51 1F
Octal 221 17 44 0 132 113 53 536 121 37
Binary 10010001 1111 100100 0 1011010 1001011 101011 101011110 1010001 11111

Color Harmonies of #910F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F24

Black with #910F24

Text Example


Text Example

White with #910F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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