Html Css Color HEX #A30331 Carmine

📋 copy color: '#A30331'

red 163 ◦ green 3 ◦ blue 49

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

Shades of Carmine #A30331

Tints of Carmine #A30331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 75.81%
G = 1.4%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A30331 (or 0xA30331) is known color: Carmine. HEX triplet: A3, 03 and 31. RGB value is (163,3,49). Sum of RGB (Red+Green+Blue) = 163+3+49=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A30331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30331 is #5CFCCE. Grayscale: #383838. Windows color (decimal): -6094031 or 3212195. OLE color: 3212195.

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

Color convert

RGB 163 3 49 -
CMYK 0 0.98 0.70 0.36
HSL 342.75º 0.96% 0.33% -
HSV(B) 342.75º 0.98% 0.64% -
XYZ 15.69 8.07 3.64 -
YUV 56.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 163 3 49 0 0.98 0.70 0.36 342.75 0.96 0.33
Hex A3 3 31 0 62 46 24 157 60 21
Octal 243 3 61 0 142 106 44 527 140 41
Binary 10100011 11 110001 0 1100010 1000110 100100 101010111 1100000 100001

Color Harmonies of #A30331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30331

Black with #A30331

Text Example


Text Example

White with #A30331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30331; }

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

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

background-color css

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

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

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

border-color css

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

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

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