Html Css Color HEX #A00925 Carmine

📋 copy color: '#A00925'

red 160 ◦ green 9 ◦ blue 37

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

Shades of Carmine #A00925

Tints of Carmine #A00925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

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

R = 77.67%
G = 4.37%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A00925 (or 0xA00925) is known color: Carmine. HEX triplet: A0, 09 and 25. RGB value is (160,9,37). Sum of RGB (Red+Green+Blue) = 160+9+37=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A00925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00925 is #5FF6DA. Grayscale: #393939. Windows color (decimal): -6289115 or 2427296. OLE color: 2427296.

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

Color convert

RGB 160 9 37 -
CMYK 0 0.94 0.77 0.37
HSL 348.87º 0.89% 0.33% -
HSV(B) 348.87º 0.94% 0.63% -
XYZ 14.93 7.8 2.47 -
YUV 57.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 160 9 37 0 0.94 0.77 0.37 348.87 0.89 0.33
Hex A0 9 25 0 5E 4D 25 15D 59 21
Octal 240 11 45 0 136 115 45 535 131 41
Binary 10100000 1001 100101 0 1011110 1001101 100101 101011101 1011001 100001

Color Harmonies of #A00925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00925

Black with #A00925

Text Example


Text Example

White with #A00925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00925; }

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

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

background-color css

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

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

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

border-color css

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

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

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