Html Css Color HEX #AF4237 Medium Carmine

📋 copy color: '#AF4237'

red 175 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #AF4237

Tints of Medium Carmine #AF4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 59.12%
G = 22.3%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4237 (or 0xAF4237) is known color: Medium Carmine. HEX triplet: AF, 42 and 37. RGB value is (175,66,55). Sum of RGB (Red+Green+Blue) = 175+66+55=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4237 is #50BDC8. Grayscale: #616161. Windows color (decimal): -5291465 or 3621551. OLE color: 3621551.

HSL color Cylindrical-coordinate representation of color #AF4237: hue angle of 5.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4237 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 55 -
CMYK 0 0.62 0.69 0.31
HSL 5.5º 0.52% 0.45% -
HSV(B) 5.5º 0.69% 0.69% -
XYZ 20.32 13.29 5.11 -
YUV 97.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 175 66 55 0 0.62 0.69 0.31 5.5 0.52 0.45
Hex AF 42 37 0 3E 45 1F 6 34 2D
Octal 257 102 67 0 76 105 37 6 64 55
Binary 10101111 1000010 110111 0 111110 1000101 11111 110 110100 101101

Color Harmonies of #AF4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4237

Black with #AF4237

Text Example


Text Example

White with #AF4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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