Html Css Color HEX #AF3E33 Medium Carmine

📋 copy color: '#AF3E33'

red 175 ◦ green 62 ◦ blue 51

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

Shades of Medium Carmine #AF3E33

Tints of Medium Carmine #AF3E33

RGB

 RED value IS 175 (68.75% from 255) = 60.76%

 GREEN value IS 62 (24.61% from 255) = 21.53%

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

R = 60.76%
G = 21.53%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3E33 (or 0xAF3E33) is known color: Medium Carmine. HEX triplet: AF, 3E and 33. RGB value is (175,62,51). Sum of RGB (Red+Green+Blue) = 175+62+51=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E33 is #50C1CC. Grayscale: #5E5E5E. Windows color (decimal): -5292493 or 3358383. OLE color: 3358383.

HSL color Cylindrical-coordinate representation of color #AF3E33: hue angle of 5.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3E33 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 51 -
CMYK 0 0.65 0.71 0.31
HSL 5.32º 0.55% 0.44% -
HSV(B) 5.32º 0.71% 0.69% -
XYZ 20 12.8 4.55 -
YUV 94.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 175 62 51 0 0.65 0.71 0.31 5.32 0.55 0.44
Hex AF 3E 33 0 41 47 1F 5 37 2C
Octal 257 76 63 0 101 107 37 5 67 54
Binary 10101111 111110 110011 0 1000001 1000111 11111 101 110111 101100

Color Harmonies of #AF3E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E33

Black with #AF3E33

Text Example


Text Example

White with #AF3E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E33; }

 p { color: rgb(175,62,51); }

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

background-color css

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

 a { background-color: rgb(175,62,51); }

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

border-color css

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

 span { border-color: rgb(175,62,51); }

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