Html Css Color HEX #AF4330 Medium Carmine

📋 copy color: '#AF4330'

red 175 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #AF4330

Tints of Medium Carmine #AF4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 60.34%
G = 23.1%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4330 (or 0xAF4330) is known color: Medium Carmine. HEX triplet: AF, 43 and 30. RGB value is (175,67,48). Sum of RGB (Red+Green+Blue) = 175+67+48=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4330 is #50BCCF. Grayscale: #616161. Windows color (decimal): -5291216 or 3163055. OLE color: 3163055.

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

Color convert

RGB 175 67 48 -
CMYK 0 0.62 0.73 0.31
HSL 8.98º 0.57% 0.44% -
HSV(B) 8.98º 0.73% 0.69% -
XYZ 20.22 13.34 4.31 -
YUV 97.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 175 67 48 0 0.62 0.73 0.31 8.98 0.57 0.44
Hex AF 43 30 0 3E 49 1F 9 39 2C
Octal 257 103 60 0 76 111 37 11 71 54
Binary 10101111 1000011 110000 0 111110 1001001 11111 1001 111001 101100

Color Harmonies of #AF4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4330

Black with #AF4330

Text Example


Text Example

White with #AF4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4330; }

 p { color: rgb(175,67,48); }

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

background-color css

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

 a { background-color: rgb(175,67,48); }

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

border-color css

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

 span { border-color: rgb(175,67,48); }

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