Html Css Color HEX #AF433C Medium Carmine

📋 copy color: '#AF433C'

red 175 ◦ green 67 ◦ blue 60

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

Shades of Medium Carmine #AF433C

Tints of Medium Carmine #AF433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 57.95%
G = 22.19%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF433C (or 0xAF433C) is known color: Medium Carmine. HEX triplet: AF, 43 and 3C. RGB value is (175,67,60). Sum of RGB (Red+Green+Blue) = 175+67+60=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433C is #50BCC3. Grayscale: #626262. Windows color (decimal): -5291204 or 3949487. OLE color: 3949487.

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

Color convert

RGB 175 67 60 -
CMYK 0 0.62 0.66 0.31
HSL 3.65º 0.49% 0.46% -
HSV(B) 3.65º 0.66% 0.69% -
XYZ 20.5 13.45 5.79 -
YUV 98.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 175 67 60 0 0.62 0.66 0.31 3.65 0.49 0.46
Hex AF 43 3C 0 3E 42 1F 4 31 2E
Octal 257 103 74 0 76 102 37 4 61 56
Binary 10101111 1000011 111100 0 111110 1000010 11111 100 110001 101110

Color Harmonies of #AF433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF433C

Black with #AF433C

Text Example


Text Example

White with #AF433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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