Html Css Color HEX #910C2A Carmine

📋 copy color: '#910C2A'

red 145 ◦ green 12 ◦ blue 42

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

Shades of Carmine #910C2A

Tints of Carmine #910C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 72.86%
G = 6.03%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#910C2A (or 0x910C2A) is known color: Carmine. HEX triplet: 91, 0C and 2A. RGB value is (145,12,42). Sum of RGB (Red+Green+Blue) = 145+12+42=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C2A is #6EF3D5. Grayscale: #373737. Windows color (decimal): -7271382 or 2755729. OLE color: 2755729.

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

Color convert

RGB 145 12 42 -
CMYK 0 0.92 0.71 0.43
HSL 346.47º 0.85% 0.31% -
HSV(B) 346.47º 0.92% 0.57% -
XYZ 12.23 6.45 2.79 -
YUV 55.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 145 12 42 0 0.92 0.71 0.43 346.47 0.85 0.31
Hex 91 C 2A 0 5C 47 2B 15A 55 1F
Octal 221 14 52 0 134 107 53 532 125 37
Binary 10010001 1100 101010 0 1011100 1000111 101011 101011010 1010101 11111

Color Harmonies of #910C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C2A

Black with #910C2A

Text Example


Text Example

White with #910C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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