Html Css Color HEX #A20727 Carmine

📋 copy color: '#A20727'

red 162 ◦ green 7 ◦ blue 39

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

Shades of Carmine #A20727

Tints of Carmine #A20727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 77.88%
G = 3.37%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A20727 (or 0xA20727) is known color: Carmine. HEX triplet: A2, 07 and 27. RGB value is (162,7,39). Sum of RGB (Red+Green+Blue) = 162+7+39=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20727 is #5DF8D8. Grayscale: #393939. Windows color (decimal): -6158553 or 2557858. OLE color: 2557858.

HSL color Cylindrical-coordinate representation of color #A20727: hue angle of 347.61º 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 #A20727 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 39 -
CMYK 0 0.96 0.76 0.36
HSL 347.61º 0.92% 0.33% -
HSV(B) 347.61º 0.96% 0.64% -
XYZ 15.34 7.98 2.65 -
YUV 56.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 162 7 39 0 0.96 0.76 0.36 347.61 0.92 0.33
Hex A2 7 27 0 60 4C 24 15C 5C 21
Octal 242 7 47 0 140 114 44 534 134 41
Binary 10100010 111 100111 0 1100000 1001100 100100 101011100 1011100 100001

Color Harmonies of #A20727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20727

Black with #A20727

Text Example


Text Example

White with #A20727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20727; }

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

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

background-color css

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

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

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

border-color css

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

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

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