Html Css Color HEX #A2072A Carmine

📋 copy color: '#A2072A'

red 162 ◦ green 7 ◦ blue 42

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

Shades of Carmine #A2072A

Tints of Carmine #A2072A

RGB

 RED value IS 162 (63.67% from 255) = 76.78%

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 76.78%
G = 3.32%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2072A (or 0xA2072A) is known color: Carmine. HEX triplet: A2, 07 and 2A. RGB value is (162,7,42). Sum of RGB (Red+Green+Blue) = 162+7+42=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2072A is #5DF8D5. Grayscale: #393939. Windows color (decimal): -6158550 or 2754466. OLE color: 2754466.

HSL color Cylindrical-coordinate representation of color #A2072A: hue angle of 346.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2072A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 42 -
CMYK 0 0.96 0.74 0.36
HSL 346.45º 0.92% 0.33% -
HSV(B) 346.45º 0.96% 0.64% -
XYZ 15.39 8 2.92 -
YUV 57.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 162 7 42 0 0.96 0.74 0.36 346.45 0.92 0.33
Hex A2 7 2A 0 60 4A 24 15A 5C 21
Octal 242 7 52 0 140 112 44 532 134 41
Binary 10100010 111 101010 0 1100000 1001010 100100 101011010 1011100 100001

Color Harmonies of #A2072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2072A

Black with #A2072A

Text Example


Text Example

White with #A2072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2072A; }

 p { color: rgb(162,7,42); }

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

background-color css

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

 a { background-color: rgb(162,7,42); }

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

border-color css

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

 span { border-color: rgb(162,7,42); }

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