Html Css Color HEX #A20430 Carmine

📋 copy color: '#A20430'

red 162 ◦ green 4 ◦ blue 48

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

Shades of Carmine #A20430

Tints of Carmine #A20430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 75.7%
G = 1.87%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20430 (or 0xA20430) is known color: Carmine. HEX triplet: A2, 04 and 30. RGB value is (162,4,48). Sum of RGB (Red+Green+Blue) = 162+4+48=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A20430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20430 is #5DFBCF. Grayscale: #383838. Windows color (decimal): -6159312 or 3146914. OLE color: 3146914.

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

Color convert

RGB 162 4 48 -
CMYK 0 0.98 0.70 0.36
HSL 343.29º 0.95% 0.33% -
HSV(B) 343.29º 0.98% 0.64% -
XYZ 15.48 7.98 3.52 -
YUV 56.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 162 4 48 0 0.98 0.70 0.36 343.29 0.95 0.33
Hex A2 4 30 0 62 46 24 157 5F 21
Octal 242 4 60 0 142 106 44 527 137 41
Binary 10100010 100 110000 0 1100010 1000110 100100 101010111 1011111 100001

Color Harmonies of #A20430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20430

Black with #A20430

Text Example


Text Example

White with #A20430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20430; }

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

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

background-color css

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

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

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

border-color css

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

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

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