Html Css Color HEX #A3042F Carmine

📋 copy color: '#A3042F'

red 163 ◦ green 4 ◦ blue 47

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

Shades of Carmine #A3042F

Tints of Carmine #A3042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 76.17%
G = 1.87%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3042F (or 0xA3042F) is known color: Carmine. HEX triplet: A3, 04 and 2F. RGB value is (163,4,47). Sum of RGB (Red+Green+Blue) = 163+4+47=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A3042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3042F is #5CFBD0. Grayscale: #383838. Windows color (decimal): -6093777 or 3081379. OLE color: 3081379.

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

Color convert

RGB 163 4 47 -
CMYK 0 0.98 0.71 0.36
HSL 343.77º 0.95% 0.33% -
HSV(B) 343.77º 0.98% 0.64% -
XYZ 15.66 8.08 3.42 -
YUV 56.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 163 4 47 0 0.98 0.71 0.36 343.77 0.95 0.33
Hex A3 4 2F 0 62 47 24 158 5F 21
Octal 243 4 57 0 142 107 44 530 137 41
Binary 10100011 100 101111 0 1100010 1000111 100100 101011000 1011111 100001

Color Harmonies of #A3042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3042F

Black with #A3042F

Text Example


Text Example

White with #A3042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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