Html Css Color HEX #910D22 Carmine

📋 copy color: '#910D22'

red 145 ◦ green 13 ◦ blue 34

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

Shades of Carmine #910D22

Tints of Carmine #910D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.71%

R = 75.52%
G = 6.77%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#910D22 (or 0x910D22) is known color: Carmine. HEX triplet: 91, 0D and 22. RGB value is (145,13,34). Sum of RGB (Red+Green+Blue) = 145+13+34=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #910D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D22 is #6EF2DD. Grayscale: #363636. Windows color (decimal): -7271134 or 2231697. OLE color: 2231697.

HSL color Cylindrical-coordinate representation of color #910D22: hue angle of 350.45º 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 #910D22 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 34 -
CMYK 0 0.91 0.77 0.43
HSL 350.45º 0.84% 0.31% -
HSV(B) 350.45º 0.91% 0.57% -
XYZ 12.11 6.42 2.11 -
YUV 54.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 145 13 34 0 0.91 0.77 0.43 350.45 0.84 0.31
Hex 91 D 22 0 5B 4D 2B 15E 54 1F
Octal 221 15 42 0 133 115 53 536 124 37
Binary 10010001 1101 100010 0 1011011 1001101 101011 101011110 1010100 11111

Color Harmonies of #910D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D22

Black with #910D22

Text Example


Text Example

White with #910D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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