Html Css Color HEX #A3092E Carmine

📋 copy color: '#A3092E'

red 163 ◦ green 9 ◦ blue 46

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

Shades of Carmine #A3092E

Tints of Carmine #A3092E

RGB

 RED value IS 163 (64.06% from 255) = 74.77%

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

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 74.77%
G = 4.13%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3092E (or 0xA3092E) is known color: Carmine. HEX triplet: A3, 09 and 2E. RGB value is (163,9,46). Sum of RGB (Red+Green+Blue) = 163+9+46=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A3092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3092E is #5CF6D1. Grayscale: #3B3B3B. Windows color (decimal): -6092498 or 3017123. OLE color: 3017123.

HSL color Cylindrical-coordinate representation of color #A3092E: hue angle of 345.58º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3092E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 9 46 -
CMYK 0 0.94 0.72 0.36
HSL 345.58º 0.9% 0.34% -
HSV(B) 345.58º 0.94% 0.64% -
XYZ 15.7 8.18 3.34 -
YUV 59.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 163 9 46 0 0.94 0.72 0.36 345.58 0.9 0.34
Hex A3 9 2E 0 5E 48 24 15A 5A 22
Octal 243 11 56 0 136 110 44 532 132 42
Binary 10100011 1001 101110 0 1011110 1001000 100100 101011010 1011010 100010

Color Harmonies of #A3092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3092E

Black with #A3092E

Text Example


Text Example

White with #A3092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3092E; }

 p { color: rgb(163,9,46); }

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

background-color css

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

 a { background-color: rgb(163,9,46); }

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

border-color css

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

 span { border-color: rgb(163,9,46); }

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