Html Css Color HEX #AF4433 Medium Carmine

📋 copy color: '#AF4433'

red 175 ◦ green 68 ◦ blue 51

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

Shades of Medium Carmine #AF4433

Tints of Medium Carmine #AF4433

RGB

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

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

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

R = 59.52%
G = 23.13%
B = 17.35%

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

#AF4433 (or 0xAF4433) is known color: Medium Carmine. HEX triplet: AF, 44 and 33. RGB value is (175,68,51). Sum of RGB (Red+Green+Blue) = 175+68+51=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4433 is #50BBCC. Grayscale: #626262. Windows color (decimal): -5290957 or 3359919. OLE color: 3359919.

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

Color convert

RGB 175 68 51 -
CMYK 0 0.61 0.71 0.31
HSL 8.23º 0.55% 0.44% -
HSV(B) 8.23º 0.71% 0.69% -
XYZ 20.34 13.49 4.66 -
YUV 98.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 175 68 51 0 0.61 0.71 0.31 8.23 0.55 0.44
Hex AF 44 33 0 3D 47 1F 8 37 2C
Octal 257 104 63 0 75 107 37 10 67 54
Binary 10101111 1000100 110011 0 111101 1000111 11111 1000 110111 101100

Color Harmonies of #AF4433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4433

Black with #AF4433

Text Example


Text Example

White with #AF4433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4433; }

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

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

background-color css

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

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

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

border-color css

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

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

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