Html Css Color HEX #A3012F Carmine

📋 copy color: '#A3012F'

red 163 ◦ green 1 ◦ blue 47

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

Shades of Carmine #A3012F

Tints of Carmine #A3012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 77.25%
G = 0.47%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3012F (or 0xA3012F) is known color: Carmine. HEX triplet: A3, 01 and 2F. RGB value is (163,1,47). Sum of RGB (Red+Green+Blue) = 163+1+47=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3012F is #5CFED0. Grayscale: #363636. Windows color (decimal): -6094545 or 3080611. OLE color: 3080611.

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

Color convert

RGB 163 1 47 -
CMYK 0 0.99 0.71 0.36
HSL 342.96º 0.99% 0.32% -
HSV(B) 342.96º 0.99% 0.64% -
XYZ 15.63 8.01 3.41 -
YUV 54.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 163 1 47 0 0.99 0.71 0.36 342.96 0.99 0.32
Hex A3 1 2F 0 63 47 24 157 63 20
Octal 243 1 57 0 143 107 44 527 143 40
Binary 10100011 1 101111 0 1100011 1000111 100100 101010111 1100011 100000

Color Harmonies of #A3012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3012F

Black with #A3012F

Text Example


Text Example

White with #A3012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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