Html Css Color HEX #A20825 Carmine

📋 copy color: '#A20825'

red 162 ◦ green 8 ◦ blue 37

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

Shades of Carmine #A20825

Tints of Carmine #A20825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 78.26%
G = 3.86%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20825 (or 0xA20825) is known color: Carmine. HEX triplet: A2, 08 and 25. RGB value is (162,8,37). Sum of RGB (Red+Green+Blue) = 162+8+37=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A20825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20825 is #5DF7DA. Grayscale: #393939. Windows color (decimal): -6158299 or 2427042. OLE color: 2427042.

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

Color convert

RGB 162 8 37 -
CMYK 0 0.95 0.77 0.36
HSL 348.7º 0.91% 0.33% -
HSV(B) 348.7º 0.95% 0.64% -
XYZ 15.32 7.99 2.48 -
YUV 57.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 162 8 37 0 0.95 0.77 0.36 348.7 0.91 0.33
Hex A2 8 25 0 5F 4D 24 15D 5B 21
Octal 242 10 45 0 137 115 44 535 133 41
Binary 10100010 1000 100101 0 1011111 1001101 100100 101011101 1011011 100001

Color Harmonies of #A20825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20825

Black with #A20825

Text Example


Text Example

White with #A20825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20825; }

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

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

background-color css

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

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

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

border-color css

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

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

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