Html Css Color HEX #A3041F Carmine

📋 copy color: '#A3041F'

red 163 ◦ green 4 ◦ blue 31

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

Shades of Carmine #A3041F

Tints of Carmine #A3041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 82.32%
G = 2.02%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3041F (or 0xA3041F) is known color: Carmine. HEX triplet: A3, 04 and 1F. RGB value is (163,4,31). Sum of RGB (Red+Green+Blue) = 163+4+31=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A3041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3041F is #5CFBE0. Grayscale: #363636. Windows color (decimal): -6093793 or 2032803. OLE color: 2032803.

HSL color Cylindrical-coordinate representation of color #A3041F: hue angle of 349.81º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3041F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 31 -
CMYK 0 0.98 0.81 0.36
HSL 349.81º 0.95% 0.33% -
HSV(B) 349.81º 0.98% 0.64% -
XYZ 15.4 7.97 2.02 -
YUV 54.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 163 4 31 0 0.98 0.81 0.36 349.81 0.95 0.33
Hex A3 4 1F 0 62 51 24 15E 5F 21
Octal 243 4 37 0 142 121 44 536 137 41
Binary 10100011 100 11111 0 1100010 1010001 100100 101011110 1011111 100001

Color Harmonies of #A3041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3041F

Black with #A3041F

Text Example


Text Example

White with #A3041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3041F; }

 p { color: rgb(163,4,31); }

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

background-color css

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

 a { background-color: rgb(163,4,31); }

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

border-color css

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

 span { border-color: rgb(163,4,31); }

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