Html Css Color HEX #A3031E Carmine

📋 copy color: '#A3031E'

red 163 ◦ green 3 ◦ blue 30

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

Shades of Carmine #A3031E

Tints of Carmine #A3031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 83.16%
G = 1.53%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3031E (or 0xA3031E) is known color: Carmine. HEX triplet: A3, 03 and 1E. RGB value is (163,3,30). Sum of RGB (Red+Green+Blue) = 163+3+30=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031E is #5CFCE1. Grayscale: #353535. Windows color (decimal): -6094050 or 1967011. OLE color: 1967011.

HSL color Cylindrical-coordinate representation of color #A3031E: hue angle of 349.88º degrees, saturation: 0.96, 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 #A3031E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 30 -
CMYK 0 0.98 0.82 0.36
HSL 349.88º 0.96% 0.33% -
HSV(B) 349.88º 0.98% 0.64% -
XYZ 15.37 7.95 1.95 -
YUV 53.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 163 3 30 0 0.98 0.82 0.36 349.88 0.96 0.33
Hex A3 3 1E 0 62 52 24 15E 60 21
Octal 243 3 36 0 142 122 44 536 140 41
Binary 10100011 11 11110 0 1100010 1010010 100100 101011110 1100000 100001

Color Harmonies of #A3031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3031E

Black with #A3031E

Text Example


Text Example

White with #A3031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3031E; }

 p { color: rgb(163,3,30); }

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

background-color css

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

 a { background-color: rgb(163,3,30); }

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

border-color css

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

 span { border-color: rgb(163,3,30); }

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