Html Css Color HEX #A4073A Carmine

📋 copy color: '#A4073A'

red 164 ◦ green 7 ◦ blue 58

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

Shades of Carmine #A4073A

Tints of Carmine #A4073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

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

R = 71.62%
G = 3.06%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4073A (or 0xA4073A) is known color: Carmine. HEX triplet: A4, 07 and 3A. RGB value is (164,7,58). Sum of RGB (Red+Green+Blue) = 164+7+58=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073A is #5BF8C5. Grayscale: #3B3B3B. Windows color (decimal): -6027462 or 3803044. OLE color: 3803044.

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

Color convert

RGB 164 7 58 -
CMYK 0 0.96 0.65 0.36
HSL 340.51º 0.92% 0.34% -
HSV(B) 340.51º 0.96% 0.64% -
XYZ 16.15 8.35 4.76 -
YUV 59.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 164 7 58 0 0.96 0.65 0.36 340.51 0.92 0.34
Hex A4 7 3A 0 60 41 24 155 5C 22
Octal 244 7 72 0 140 101 44 525 134 42
Binary 10100100 111 111010 0 1100000 1000001 100100 101010101 1011100 100010

Color Harmonies of #A4073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4073A

Black with #A4073A

Text Example


Text Example

White with #A4073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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