Html Css Color HEX #A4081C Carmine

📋 copy color: '#A4081C'

red 164 ◦ green 8 ◦ blue 28

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

Shades of Carmine #A4081C

Tints of Carmine #A4081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14%

R = 82%
G = 4%
B = 14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4081C (or 0xA4081C) is known color: Carmine. HEX triplet: A4, 08 and 1C. RGB value is (164,8,28). Sum of RGB (Red+Green+Blue) = 164+8+28=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A4081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4081C is #5BF7E3. Grayscale: #383838. Windows color (decimal): -6027236 or 1837220. OLE color: 1837220.

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

Color convert

RGB 164 8 28 -
CMYK 0 0.95 0.83 0.36
HSL 352.31º 0.91% 0.34% -
HSV(B) 352.31º 0.95% 0.64% -
XYZ 15.61 8.15 1.85 -
YUV 56.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 164 8 28 0 0.95 0.83 0.36 352.31 0.91 0.34
Hex A4 8 1C 0 5F 53 24 160 5B 22
Octal 244 10 34 0 137 123 44 540 133 42
Binary 10100100 1000 11100 0 1011111 1010011 100100 101100000 1011011 100010

Color Harmonies of #A4081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4081C

Black with #A4081C

Text Example


Text Example

White with #A4081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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