Html Css Color HEX #AF4632 Medium Carmine

📋 copy color: '#AF4632'

red 175 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #AF4632

Tints of Medium Carmine #AF4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 59.32%
G = 23.73%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4632 (or 0xAF4632) is known color: Medium Carmine. HEX triplet: AF, 46 and 32. RGB value is (175,70,50). Sum of RGB (Red+Green+Blue) = 175+70+50=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4632 is #50B9CD. Grayscale: #636363. Windows color (decimal): -5290446 or 3294895. OLE color: 3294895.

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

Color convert

RGB 175 70 50 -
CMYK 0 0.60 0.71 0.31
HSL 9.6º 0.56% 0.44% -
HSV(B) 9.6º 0.71% 0.69% -
XYZ 20.45 13.72 4.59 -
YUV 99.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 175 70 50 0 0.60 0.71 0.31 9.6 0.56 0.44
Hex AF 46 32 0 3C 47 1F A 38 2C
Octal 257 106 62 0 74 107 37 12 70 54
Binary 10101111 1000110 110010 0 111100 1000111 11111 1010 111000 101100

Color Harmonies of #AF4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4632

Black with #AF4632

Text Example


Text Example

White with #AF4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4632; }

 p { color: rgb(175,70,50); }

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

background-color css

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

 a { background-color: rgb(175,70,50); }

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

border-color css

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

 span { border-color: rgb(175,70,50); }

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