Html Css Color HEX #A01425 Carmine

📋 copy color: '#A01425'

red 160 ◦ green 20 ◦ blue 37

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

Shades of Carmine #A01425

Tints of Carmine #A01425

RGB

 RED value IS 160 (62.89% from 255) = 73.73%

 GREEN value IS 20 (8.2% from 255) = 9.22%

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

R = 73.73%
G = 9.22%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A01425 (or 0xA01425) is known color: Carmine. HEX triplet: A0, 14 and 25. RGB value is (160,20,37). Sum of RGB (Red+Green+Blue) = 160+20+37=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01425 is #5FEBDA. Grayscale: #3F3F3F. Windows color (decimal): -6286299 or 2430112. OLE color: 2430112.

HSL color Cylindrical-coordinate representation of color #A01425: hue angle of 352.71º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01425 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 37 -
CMYK 0 0.88 0.77 0.37
HSL 352.71º 0.78% 0.35% -
HSV(B) 352.71º 0.88% 0.63% -
XYZ 15.08 8.11 2.52 -
YUV 63.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 160 20 37 0 0.88 0.77 0.37 352.71 0.78 0.35
Hex A0 14 25 0 58 4D 25 161 4E 23
Octal 240 24 45 0 130 115 45 541 116 43
Binary 10100000 10100 100101 0 1011000 1001101 100101 101100001 1001110 100011

Color Harmonies of #A01425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01425

Black with #A01425

Text Example


Text Example

White with #A01425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01425; }

 p { color: rgb(160,20,37); }

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

background-color css

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

 a { background-color: rgb(160,20,37); }

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

border-color css

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

 span { border-color: rgb(160,20,37); }

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