Html Css Color HEX #A80925 Carmine

📋 copy color: '#A80925'

red 168 ◦ green 9 ◦ blue 37

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

Shades of Carmine #A80925

Tints of Carmine #A80925

RGB

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

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

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

R = 78.5%
G = 4.21%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A80925 (or 0xA80925) is known color: Carmine. HEX triplet: A8, 09 and 25. RGB value is (168,9,37). Sum of RGB (Red+Green+Blue) = 168+9+37=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A80925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80925 is #57F6DA. Grayscale: #3B3B3B. Windows color (decimal): -5764827 or 2427304. OLE color: 2427304.

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

Color convert

RGB 168 9 37 -
CMYK 0 0.95 0.78 0.34
HSL 349.43º 0.9% 0.35% -
HSV(B) 349.43º 0.95% 0.66% -
XYZ 16.58 8.65 2.55 -
YUV 59.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 168 9 37 0 0.95 0.78 0.34 349.43 0.9 0.35
Hex A8 9 25 0 5F 4E 22 15D 5A 23
Octal 250 11 45 0 137 116 42 535 132 43
Binary 10101000 1001 100101 0 1011111 1001110 100010 101011101 1011010 100011

Color Harmonies of #A80925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80925

Black with #A80925

Text Example


Text Example

White with #A80925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80925; }

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

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

background-color css

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

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

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

border-color css

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

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

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