Html Css Color HEX #A4093A Carmine

📋 copy color: '#A4093A'

red 164 ◦ green 9 ◦ blue 58

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

Shades of Carmine #A4093A

Tints of Carmine #A4093A

RGB

 RED value IS 164 (64.45% from 255) = 71%

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

 BLUE value IS 58 (23.05% from 255) = 25.11%

R = 71%
G = 3.9%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4093A (or 0xA4093A) is known color: Carmine. HEX triplet: A4, 09 and 3A. RGB value is (164,9,58). Sum of RGB (Red+Green+Blue) = 164+9+58=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4093A is #5BF6C5. Grayscale: #3C3C3C. Windows color (decimal): -6026950 or 3803556. OLE color: 3803556.

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

Color convert

RGB 164 9 58 -
CMYK 0 0.95 0.65 0.36
HSL 341.03º 0.9% 0.34% -
HSV(B) 341.03º 0.95% 0.64% -
XYZ 16.17 8.39 4.77 -
YUV 60.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 164 9 58 0 0.95 0.65 0.36 341.03 0.9 0.34
Hex A4 9 3A 0 5F 41 24 155 5A 22
Octal 244 11 72 0 137 101 44 525 132 42
Binary 10100100 1001 111010 0 1011111 1000001 100100 101010101 1011010 100010

Color Harmonies of #A4093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4093A

Black with #A4093A

Text Example


Text Example

White with #A4093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4093A; }

 p { color: rgb(164,9,58); }

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

background-color css

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

 a { background-color: rgb(164,9,58); }

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

border-color css

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

 span { border-color: rgb(164,9,58); }

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