Html Css Color HEX #A3072F Carmine

📋 copy color: '#A3072F'

red 163 ◦ green 7 ◦ blue 47

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

Shades of Carmine #A3072F

Tints of Carmine #A3072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 75.12%
G = 3.23%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3072F (or 0xA3072F) is known color: Carmine. HEX triplet: A3, 07 and 2F. RGB value is (163,7,47). Sum of RGB (Red+Green+Blue) = 163+7+47=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A3072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3072F is #5CF8D0. Grayscale: #3A3A3A. Windows color (decimal): -6093009 or 3082147. OLE color: 3082147.

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

Color convert

RGB 163 7 47 -
CMYK 0 0.96 0.71 0.36
HSL 344.62º 0.92% 0.33% -
HSV(B) 344.62º 0.96% 0.64% -
XYZ 15.69 8.14 3.43 -
YUV 58.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 163 7 47 0 0.96 0.71 0.36 344.62 0.92 0.33
Hex A3 7 2F 0 60 47 24 159 5C 21
Octal 243 7 57 0 140 107 44 531 134 41
Binary 10100011 111 101111 0 1100000 1000111 100100 101011001 1011100 100001

Color Harmonies of #A3072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3072F

Black with #A3072F

Text Example


Text Example

White with #A3072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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