Html Css Color HEX #A00923 Carmine

📋 copy color: '#A00923'

red 160 ◦ green 9 ◦ blue 35

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

Shades of Carmine #A00923

Tints of Carmine #A00923

RGB

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

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

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

R = 78.43%
G = 4.41%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00923 (or 0xA00923) is known color: Carmine. HEX triplet: A0, 09 and 23. RGB value is (160,9,35). Sum of RGB (Red+Green+Blue) = 160+9+35=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A00923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00923 is #5FF6DC. Grayscale: #393939. Windows color (decimal): -6289117 or 2296224. OLE color: 2296224.

HSL color Cylindrical-coordinate representation of color #A00923: hue angle of 349.67º 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 #A00923 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 35 -
CMYK 0 0.94 0.78 0.37
HSL 349.67º 0.89% 0.33% -
HSV(B) 349.67º 0.94% 0.63% -
XYZ 14.9 7.79 2.31 -
YUV 57.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 160 9 35 0 0.94 0.78 0.37 349.67 0.89 0.33
Hex A0 9 23 0 5E 4E 25 15E 59 21
Octal 240 11 43 0 136 116 45 536 131 41
Binary 10100000 1001 100011 0 1011110 1001110 100101 101011110 1011001 100001

Color Harmonies of #A00923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00923

Black with #A00923

Text Example


Text Example

White with #A00923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00923; }

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

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

background-color css

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

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

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

border-color css

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

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

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