Html Css Color HEX #A8092D Carmine

📋 copy color: '#A8092D'

red 168 ◦ green 9 ◦ blue 45

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

Shades of Carmine #A8092D

Tints of Carmine #A8092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 75.68%
G = 4.05%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8092D (or 0xA8092D) is known color: Carmine. HEX triplet: A8, 09 and 2D. RGB value is (168,9,45). Sum of RGB (Red+Green+Blue) = 168+9+45=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8092D is #57F6D2. Grayscale: #3C3C3C. Windows color (decimal): -5764819 or 2951592. OLE color: 2951592.

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

Color convert

RGB 168 9 45 -
CMYK 0 0.95 0.73 0.34
HSL 346.42º 0.9% 0.35% -
HSV(B) 346.42º 0.95% 0.66% -
XYZ 16.72 8.71 3.28 -
YUV 60.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 168 9 45 0 0.95 0.73 0.34 346.42 0.9 0.35
Hex A8 9 2D 0 5F 49 22 15A 5A 23
Octal 250 11 55 0 137 111 42 532 132 43
Binary 10101000 1001 101101 0 1011111 1001001 100010 101011010 1011010 100011

Color Harmonies of #A8092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8092D

Black with #A8092D

Text Example


Text Example

White with #A8092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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