Html Css Color HEX #A3042B Carmine

📋 copy color: '#A3042B'

red 163 ◦ green 4 ◦ blue 43

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

Shades of Carmine #A3042B

Tints of Carmine #A3042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 77.62%
G = 1.9%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3042B (or 0xA3042B) is known color: Carmine. HEX triplet: A3, 04 and 2B. RGB value is (163,4,43). Sum of RGB (Red+Green+Blue) = 163+4+43=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A3042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3042B is #5CFBD4. Grayscale: #373737. Windows color (decimal): -6093781 or 2819235. OLE color: 2819235.

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

Color convert

RGB 163 4 43 -
CMYK 0 0.98 0.74 0.36
HSL 345.28º 0.95% 0.33% -
HSV(B) 345.28º 0.98% 0.64% -
XYZ 15.58 8.05 3.02 -
YUV 55.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 163 4 43 0 0.98 0.74 0.36 345.28 0.95 0.33
Hex A3 4 2B 0 62 4A 24 159 5F 21
Octal 243 4 53 0 142 112 44 531 137 41
Binary 10100011 100 101011 0 1100010 1001010 100100 101011001 1011111 100001

Color Harmonies of #A3042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3042B

Black with #A3042B

Text Example


Text Example

White with #A3042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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