Html Css Color HEX #A20730 Carmine

📋 copy color: '#A20730'

red 162 ◦ green 7 ◦ blue 48

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

Shades of Carmine #A20730

Tints of Carmine #A20730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 74.65%
G = 3.23%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20730 (or 0xA20730) is known color: Carmine. HEX triplet: A2, 07 and 30. RGB value is (162,7,48). Sum of RGB (Red+Green+Blue) = 162+7+48=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A20730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20730 is #5DF8CF. Grayscale: #3A3A3A. Windows color (decimal): -6158544 or 3147682. OLE color: 3147682.

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

Color convert

RGB 162 7 48 -
CMYK 0 0.96 0.70 0.36
HSL 344.13º 0.92% 0.33% -
HSV(B) 344.13º 0.96% 0.64% -
XYZ 15.51 8.05 3.53 -
YUV 58.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 162 7 48 0 0.96 0.70 0.36 344.13 0.92 0.33
Hex A2 7 30 0 60 46 24 158 5C 21
Octal 242 7 60 0 140 106 44 530 134 41
Binary 10100010 111 110000 0 1100000 1000110 100100 101011000 1011100 100001

Color Harmonies of #A20730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20730

Black with #A20730

Text Example


Text Example

White with #A20730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20730; }

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

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

background-color css

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

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

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

border-color css

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

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

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