Html Css Color HEX #910C1C Carmine

📋 copy color: '#910C1C'

red 145 ◦ green 12 ◦ blue 28

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

Shades of Carmine #910C1C

Tints of Carmine #910C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 78.38%
G = 6.49%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#910C1C (or 0x910C1C) is known color: Carmine. HEX triplet: 91, 0C and 1C. RGB value is (145,12,28). Sum of RGB (Red+Green+Blue) = 145+12+28=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C1C is #6EF3E3. Grayscale: #353535. Windows color (decimal): -7271396 or 1838225. OLE color: 1838225.

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

Color convert

RGB 145 12 28 -
CMYK 0 0.92 0.81 0.43
HSL 352.78º 0.85% 0.31% -
HSV(B) 352.78º 0.92% 0.57% -
XYZ 12.02 6.37 1.69 -
YUV 53.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 145 12 28 0 0.92 0.81 0.43 352.78 0.85 0.31
Hex 91 C 1C 0 5C 51 2B 161 55 1F
Octal 221 14 34 0 134 121 53 541 125 37
Binary 10010001 1100 11100 0 1011100 1010001 101011 101100001 1010101 11111

Color Harmonies of #910C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C1C

Black with #910C1C

Text Example


Text Example

White with #910C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,12,28); }

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

background-color css

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

 a { background-color: rgb(145,12,28); }

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

border-color css

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

 span { border-color: rgb(145,12,28); }

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