Html Css Color HEX #A3051E Carmine

📋 copy color: '#A3051E'

red 163 ◦ green 5 ◦ blue 30

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

Shades of Carmine #A3051E

Tints of Carmine #A3051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 82.32%
G = 2.53%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3051E (or 0xA3051E) is known color: Carmine. HEX triplet: A3, 05 and 1E. RGB value is (163,5,30). Sum of RGB (Red+Green+Blue) = 163+5+30=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A3051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3051E is #5CFAE1. Grayscale: #373737. Windows color (decimal): -6093538 or 1967523. OLE color: 1967523.

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

Color convert

RGB 163 5 30 -
CMYK 0 0.97 0.82 0.36
HSL 350.51º 0.94% 0.33% -
HSV(B) 350.51º 0.97% 0.64% -
XYZ 15.39 7.99 1.96 -
YUV 55.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 163 5 30 0 0.97 0.82 0.36 350.51 0.94 0.33
Hex A3 5 1E 0 61 52 24 15F 5E 21
Octal 243 5 36 0 141 122 44 537 136 41
Binary 10100011 101 11110 0 1100001 1010010 100100 101011111 1011110 100001

Color Harmonies of #A3051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3051E

Black with #A3051E

Text Example


Text Example

White with #A3051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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