Html Css Color HEX #A0102D Carmine

📋 copy color: '#A0102D'

red 160 ◦ green 16 ◦ blue 45

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

Shades of Carmine #A0102D

Tints of Carmine #A0102D

RGB

 RED value IS 160 (62.89% from 255) = 72.4%

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 72.4%
G = 7.24%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0102D (or 0xA0102D) is known color: Carmine. HEX triplet: A0, 10 and 2D. RGB value is (160,16,45). Sum of RGB (Red+Green+Blue) = 160+16+45=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0102D is #5FEFD2. Grayscale: #3E3E3E. Windows color (decimal): -6287315 or 2953376. OLE color: 2953376.

HSL color Cylindrical-coordinate representation of color #A0102D: hue angle of 347.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0102D is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 45 -
CMYK 0 0.9 0.72 0.37
HSL 347.92º 0.82% 0.35% -
HSV(B) 347.92º 0.9% 0.63% -
XYZ 15.16 8.03 3.23 -
YUV 62.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 160 16 45 0 0.9 0.72 0.37 347.92 0.82 0.35
Hex A0 10 2D 0 5A 48 25 15C 52 23
Octal 240 20 55 0 132 110 45 534 122 43
Binary 10100000 10000 101101 0 1011010 1001000 100101 101011100 1010010 100011

Color Harmonies of #A0102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0102D

Black with #A0102D

Text Example


Text Example

White with #A0102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0102D; }

 p { color: rgb(160,16,45); }

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

background-color css

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

 a { background-color: rgb(160,16,45); }

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

border-color css

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

 span { border-color: rgb(160,16,45); }

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