Html Css Color HEX #A21025 Carmine

📋 copy color: '#A21025'

red 162 ◦ green 16 ◦ blue 37

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

Shades of Carmine #A21025

Tints of Carmine #A21025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 75.35%
G = 7.44%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A21025 (or 0xA21025) is known color: Carmine. HEX triplet: A2, 10 and 25. RGB value is (162,16,37). Sum of RGB (Red+Green+Blue) = 162+16+37=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21025 is #5DEFDA. Grayscale: #3E3E3E. Windows color (decimal): -6156251 or 2429090. OLE color: 2429090.

HSL color Cylindrical-coordinate representation of color #A21025: hue angle of 351.37º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21025 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 37 -
CMYK 0 0.90 0.77 0.36
HSL 351.37º 0.82% 0.35% -
HSV(B) 351.37º 0.9% 0.64% -
XYZ 15.42 8.19 2.52 -
YUV 62.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 162 16 37 0 0.90 0.77 0.36 351.37 0.82 0.35
Hex A2 10 25 0 5A 4D 24 15F 52 23
Octal 242 20 45 0 132 115 44 537 122 43
Binary 10100010 10000 100101 0 1011010 1001101 100100 101011111 1010010 100011

Color Harmonies of #A21025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21025

Black with #A21025

Text Example


Text Example

White with #A21025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21025; }

 p { color: rgb(162,16,37); }

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

background-color css

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

 a { background-color: rgb(162,16,37); }

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

border-color css

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

 span { border-color: rgb(162,16,37); }

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