Html Css Color HEX #A81425 Carmine

📋 copy color: '#A81425'

red 168 ◦ green 20 ◦ blue 37

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

Shades of Carmine #A81425

Tints of Carmine #A81425

RGB

 RED value IS 168 (66.02% from 255) = 74.67%

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

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

R = 74.67%
G = 8.89%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A81425 (or 0xA81425) is known color: Carmine. HEX triplet: A8, 14 and 25. RGB value is (168,20,37). Sum of RGB (Red+Green+Blue) = 168+20+37=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81425 is #57EBDA. Grayscale: #424242. Windows color (decimal): -5762011 or 2430120. OLE color: 2430120.

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

Color convert

RGB 168 20 37 -
CMYK 0 0.88 0.78 0.34
HSL 353.11º 0.79% 0.37% -
HSV(B) 353.11º 0.88% 0.66% -
XYZ 16.73 8.96 2.6 -
YUV 66.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 168 20 37 0 0.88 0.78 0.34 353.11 0.79 0.37
Hex A8 14 25 0 58 4E 22 161 4F 25
Octal 250 24 45 0 130 116 42 541 117 45
Binary 10101000 10100 100101 0 1011000 1001110 100010 101100001 1001111 100101

Color Harmonies of #A81425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81425

Black with #A81425

Text Example


Text Example

White with #A81425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81425; }

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

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

background-color css

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

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

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

border-color css

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

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

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