Html Css Color HEX #A20714 Carmine

📋 copy color: '#A20714'

red 162 ◦ green 7 ◦ blue 20

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

Shades of Carmine #A20714

Tints of Carmine #A20714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 85.71%
G = 3.7%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A20714 (or 0xA20714) is known color: Carmine. HEX triplet: A2, 07 and 14. RGB value is (162,7,20). Sum of RGB (Red+Green+Blue) = 162+7+20=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A20714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20714 is #5DF8EB. Grayscale: #363636. Windows color (decimal): -6158572 or 1312674. OLE color: 1312674.

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

Color convert

RGB 162 7 20 -
CMYK 0 0.96 0.88 0.36
HSL 354.97º 0.92% 0.33% -
HSV(B) 354.97º 0.96% 0.64% -
XYZ 15.1 7.88 1.39 -
YUV 54.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 162 7 20 0 0.96 0.88 0.36 354.97 0.92 0.33
Hex A2 7 14 0 60 58 24 163 5C 21
Octal 242 7 24 0 140 130 44 543 134 41
Binary 10100010 111 10100 0 1100000 1011000 100100 101100011 1011100 100001

Color Harmonies of #A20714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20714

Black with #A20714

Text Example


Text Example

White with #A20714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20714; }

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

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

background-color css

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

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

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

border-color css

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

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

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