Html Css Color HEX #A4082C Carmine

📋 copy color: '#A4082C'

red 164 ◦ green 8 ◦ blue 44

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

Shades of Carmine #A4082C

Tints of Carmine #A4082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 75.93%
G = 3.7%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4082C (or 0xA4082C) is known color: Carmine. HEX triplet: A4, 08 and 2C. RGB value is (164,8,44). Sum of RGB (Red+Green+Blue) = 164+8+44=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A4082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4082C is #5BF7D3. Grayscale: #3A3A3A. Windows color (decimal): -6027220 or 2885796. OLE color: 2885796.

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

Color convert

RGB 164 8 44 -
CMYK 0 0.95 0.73 0.36
HSL 346.15º 0.91% 0.34% -
HSV(B) 346.15º 0.95% 0.64% -
XYZ 15.85 8.25 3.14 -
YUV 58.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 164 8 44 0 0.95 0.73 0.36 346.15 0.91 0.34
Hex A4 8 2C 0 5F 49 24 15A 5B 22
Octal 244 10 54 0 137 111 44 532 133 42
Binary 10100100 1000 101100 0 1011111 1001001 100100 101011010 1011011 100010

Color Harmonies of #A4082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4082C

Black with #A4082C

Text Example


Text Example

White with #A4082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4082C; }

 p { color: rgb(164,8,44); }

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

background-color css

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

 a { background-color: rgb(164,8,44); }

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

border-color css

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

 span { border-color: rgb(164,8,44); }

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