Html Css Color HEX #A43F33 Medium Carmine

📋 copy color: '#A43F33'

red 164 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #A43F33

Tints of Medium Carmine #A43F33

RGB

 RED value IS 164 (64.45% from 255) = 58.99%

 GREEN value IS 63 (25% from 255) = 22.66%

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 58.99%
G = 22.66%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A43F33 (or 0xA43F33) is known color: Medium Carmine. HEX triplet: A4, 3F and 33. RGB value is (164,63,51). Sum of RGB (Red+Green+Blue) = 164+63+51=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F33 is #5BC0CC. Grayscale: #5B5B5B. Windows color (decimal): -6013133 or 3358628. OLE color: 3358628.

HSL color Cylindrical-coordinate representation of color #A43F33: hue angle of 6.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43F33 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 63 51 -
CMYK 0 0.62 0.69 0.36
HSL 6.37º 0.53% 0.42% -
HSV(B) 6.37º 0.69% 0.64% -
XYZ 17.68 11.69 4.46 -
YUV 91.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 164 63 51 0 0.62 0.69 0.36 6.37 0.53 0.42
Hex A4 3F 33 0 3E 45 24 6 35 2A
Octal 244 77 63 0 76 105 44 6 65 52
Binary 10100100 111111 110011 0 111110 1000101 100100 110 110101 101010

Color Harmonies of #A43F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F33

Black with #A43F33

Text Example


Text Example

White with #A43F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F33; }

 p { color: rgb(164,63,51); }

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

background-color css

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

 a { background-color: rgb(164,63,51); }

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

border-color css

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

 span { border-color: rgb(164,63,51); }

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