Html Css Color HEX #A3081A Carmine

📋 copy color: '#A3081A'

red 163 ◦ green 8 ◦ blue 26

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

Shades of Carmine #A3081A

Tints of Carmine #A3081A

RGB

 RED value IS 163 (64.06% from 255) = 82.74%

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

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 82.74%
G = 4.06%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3081A (or 0xA3081A) is known color: Carmine. HEX triplet: A3, 08 and 1A. RGB value is (163,8,26). Sum of RGB (Red+Green+Blue) = 163+8+26=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3081A is #5CF7E5. Grayscale: #383838. Windows color (decimal): -6092774 or 1706147. OLE color: 1706147.

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

Color convert

RGB 163 8 26 -
CMYK 0 0.95 0.84 0.36
HSL 353.03º 0.91% 0.34% -
HSV(B) 353.03º 0.95% 0.64% -
XYZ 15.38 8.03 1.72 -
YUV 56.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 163 8 26 0 0.95 0.84 0.36 353.03 0.91 0.34
Hex A3 8 1A 0 5F 54 24 161 5B 22
Octal 243 10 32 0 137 124 44 541 133 42
Binary 10100011 1000 11010 0 1011111 1010100 100100 101100001 1011011 100010

Color Harmonies of #A3081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3081A

Black with #A3081A

Text Example


Text Example

White with #A3081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3081A; }

 p { color: rgb(163,8,26); }

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

background-color css

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

 a { background-color: rgb(163,8,26); }

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

border-color css

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

 span { border-color: rgb(163,8,26); }

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