Html Css Color HEX #A80923 Carmine

📋 copy color: '#A80923'

red 168 ◦ green 9 ◦ blue 35

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

Shades of Carmine #A80923

Tints of Carmine #A80923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.51%

R = 79.25%
G = 4.25%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A80923 (or 0xA80923) is known color: Carmine. HEX triplet: A8, 09 and 23. RGB value is (168,9,35). Sum of RGB (Red+Green+Blue) = 168+9+35=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80923 is #57F6DC. Grayscale: #3B3B3B. Windows color (decimal): -5764829 or 2296232. OLE color: 2296232.

HSL color Cylindrical-coordinate representation of color #A80923: hue angle of 350.19º 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 #A80923 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 9 35 -
CMYK 0 0.95 0.79 0.34
HSL 350.19º 0.9% 0.35% -
HSV(B) 350.19º 0.95% 0.66% -
XYZ 16.55 8.64 2.39 -
YUV 59.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 168 9 35 0 0.95 0.79 0.34 350.19 0.9 0.35
Hex A8 9 23 0 5F 4F 22 15E 5A 23
Octal 250 11 43 0 137 117 42 536 132 43
Binary 10101000 1001 100011 0 1011111 1001111 100010 101011110 1011010 100011

Color Harmonies of #A80923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80923

Black with #A80923

Text Example


Text Example

White with #A80923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80923; }

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

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

background-color css

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

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

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

border-color css

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

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

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