Html Css Color HEX #A61325 Carmine

📋 copy color: '#A61325'

red 166 ◦ green 19 ◦ blue 37

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

Shades of Carmine #A61325

Tints of Carmine #A61325

RGB

 RED value IS 166 (65.23% from 255) = 74.77%

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 74.77%
G = 8.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A61325 (or 0xA61325) is known color: Carmine. HEX triplet: A6, 13 and 25. RGB value is (166,19,37). Sum of RGB (Red+Green+Blue) = 166+19+37=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A61325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61325 is #59ECDA. Grayscale: #414141. Windows color (decimal): -5893339 or 2429862. OLE color: 2429862.

HSL color Cylindrical-coordinate representation of color #A61325: hue angle of 352.65º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61325 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 37 -
CMYK 0 0.89 0.78 0.35
HSL 352.65º 0.79% 0.36% -
HSV(B) 352.65º 0.89% 0.65% -
XYZ 16.29 8.71 2.57 -
YUV 65.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 166 19 37 0 0.89 0.78 0.35 352.65 0.79 0.36
Hex A6 13 25 0 59 4E 23 161 4F 24
Octal 246 23 45 0 131 116 43 541 117 44
Binary 10100110 10011 100101 0 1011001 1001110 100011 101100001 1001111 100100

Color Harmonies of #A61325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61325

Black with #A61325

Text Example


Text Example

White with #A61325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61325; }

 p { color: rgb(166,19,37); }

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

background-color css

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

 a { background-color: rgb(166,19,37); }

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

border-color css

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

 span { border-color: rgb(166,19,37); }

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