Html Css Color HEX #A4092A Carmine

📋 copy color: '#A4092A'

red 164 ◦ green 9 ◦ blue 42

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

Shades of Carmine #A4092A

Tints of Carmine #A4092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 76.28%
G = 4.19%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4092A (or 0xA4092A) is known color: Carmine. HEX triplet: A4, 09 and 2A. RGB value is (164,9,42). Sum of RGB (Red+Green+Blue) = 164+9+42=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A4092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4092A is #5BF6D5. Grayscale: #3B3B3B. Windows color (decimal): -6026966 or 2754980. OLE color: 2754980.

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

Color convert

RGB 164 9 42 -
CMYK 0 0.95 0.74 0.36
HSL 347.23º 0.9% 0.34% -
HSV(B) 347.23º 0.95% 0.64% -
XYZ 15.83 8.26 2.95 -
YUV 59.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 164 9 42 0 0.95 0.74 0.36 347.23 0.9 0.34
Hex A4 9 2A 0 5F 4A 24 15B 5A 22
Octal 244 11 52 0 137 112 44 533 132 42
Binary 10100100 1001 101010 0 1011111 1001010 100100 101011011 1011010 100010

Color Harmonies of #A4092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4092A

Black with #A4092A

Text Example


Text Example

White with #A4092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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