Html Css Color HEX #AF3733 Medium Carmine

📋 copy color: '#AF3733'

red 175 ◦ green 55 ◦ blue 51

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

Shades of Medium Carmine #AF3733

Tints of Medium Carmine #AF3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 62.28%
G = 19.57%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3733 (or 0xAF3733) is known color: Medium Carmine. HEX triplet: AF, 37 and 33. RGB value is (175,55,51). Sum of RGB (Red+Green+Blue) = 175+55+51=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3733 is #50C8CC. Grayscale: #5A5A5A. Windows color (decimal): -5294285 or 3356591. OLE color: 3356591.

HSL color Cylindrical-coordinate representation of color #AF3733: hue angle of 1.94º 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 #AF3733 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 51 -
CMYK 0 0.69 0.71 0.31
HSL 1.94º 0.55% 0.44% -
HSV(B) 1.94º 0.71% 0.69% -
XYZ 19.64 12.09 4.43 -
YUV 90.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 175 55 51 0 0.69 0.71 0.31 1.94 0.55 0.44
Hex AF 37 33 0 45 47 1F 2 37 2C
Octal 257 67 63 0 105 107 37 2 67 54
Binary 10101111 110111 110011 0 1000101 1000111 11111 10 110111 101100

Color Harmonies of #AF3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3733

Black with #AF3733

Text Example


Text Example

White with #AF3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3733; }

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

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

background-color css

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

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

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

border-color css

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

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

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