Html Css Color HEX #AF4233 Medium Carmine

📋 copy color: '#AF4233'

red 175 ◦ green 66 ◦ blue 51

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

Shades of Medium Carmine #AF4233

Tints of Medium Carmine #AF4233

RGB

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

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

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

R = 59.93%
G = 22.6%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4233 (or 0xAF4233) is known color: Medium Carmine. HEX triplet: AF, 42 and 33. RGB value is (175,66,51). Sum of RGB (Red+Green+Blue) = 175+66+51=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4233 is #50BDCC. Grayscale: #616161. Windows color (decimal): -5291469 or 3359407. OLE color: 3359407.

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

Color convert

RGB 175 66 51 -
CMYK 0 0.62 0.71 0.31
HSL 7.26º 0.55% 0.44% -
HSV(B) 7.26º 0.71% 0.69% -
XYZ 20.22 13.25 4.62 -
YUV 96.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 175 66 51 0 0.62 0.71 0.31 7.26 0.55 0.44
Hex AF 42 33 0 3E 47 1F 7 37 2C
Octal 257 102 63 0 76 107 37 7 67 54
Binary 10101111 1000010 110011 0 111110 1000111 11111 111 110111 101100

Color Harmonies of #AF4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4233

Black with #AF4233

Text Example


Text Example

White with #AF4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4233; }

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

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

background-color css

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

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

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

border-color css

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

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

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