Html Css Color HEX #AF4432 Medium Carmine

📋 copy color: '#AF4432'

red 175 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #AF4432

Tints of Medium Carmine #AF4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 59.73%
G = 23.21%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4432 (or 0xAF4432) is known color: Medium Carmine. HEX triplet: AF, 44 and 32. RGB value is (175,68,50). Sum of RGB (Red+Green+Blue) = 175+68+50=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4432 is #50BBCD. Grayscale: #626262. Windows color (decimal): -5290958 or 3294383. OLE color: 3294383.

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

Color convert

RGB 175 68 50 -
CMYK 0 0.61 0.71 0.31
HSL 8.64º 0.56% 0.44% -
HSV(B) 8.64º 0.71% 0.69% -
XYZ 20.32 13.48 4.55 -
YUV 97.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 175 68 50 0 0.61 0.71 0.31 8.64 0.56 0.44
Hex AF 44 32 0 3D 47 1F 9 38 2C
Octal 257 104 62 0 75 107 37 11 70 54
Binary 10101111 1000100 110010 0 111101 1000111 11111 1001 111000 101100

Color Harmonies of #AF4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4432

Black with #AF4432

Text Example


Text Example

White with #AF4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4432; }

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

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

background-color css

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

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

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

border-color css

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

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

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