Html Css Color HEX #A20230 Carmine

📋 copy color: '#A20230'

red 162 ◦ green 2 ◦ blue 48

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

Shades of Carmine #A20230

Tints of Carmine #A20230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 76.42%
G = 0.94%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20230 (or 0xA20230) is known color: Carmine. HEX triplet: A2, 02 and 30. RGB value is (162,2,48). Sum of RGB (Red+Green+Blue) = 162+2+48=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A20230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20230 is #5DFDCF. Grayscale: #373737. Windows color (decimal): -6159824 or 3146402. OLE color: 3146402.

HSL color Cylindrical-coordinate representation of color #A20230: hue angle of 342.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20230 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 48 -
CMYK 0 0.99 0.70 0.36
HSL 342.75º 0.98% 0.32% -
HSV(B) 342.75º 0.99% 0.64% -
XYZ 15.46 7.94 3.51 -
YUV 55.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 162 2 48 0 0.99 0.70 0.36 342.75 0.98 0.32
Hex A2 2 30 0 63 46 24 157 62 20
Octal 242 2 60 0 143 106 44 527 142 40
Binary 10100010 10 110000 0 1100011 1000110 100100 101010111 1100010 100000

Color Harmonies of #A20230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20230

Black with #A20230

Text Example


Text Example

White with #A20230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20230; }

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

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

background-color css

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

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

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

border-color css

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

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

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