Html Css Color HEX #AF433D Medium Carmine

📋 copy color: '#AF433D'

red 175 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #AF433D

Tints of Medium Carmine #AF433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 57.76%
G = 22.11%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF433D (or 0xAF433D) is known color: Medium Carmine. HEX triplet: AF, 43 and 3D. RGB value is (175,67,61). Sum of RGB (Red+Green+Blue) = 175+67+61=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433D is #50BCC2. Grayscale: #626262. Windows color (decimal): -5291203 or 4015023. OLE color: 4015023.

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

Color convert

RGB 175 67 61 -
CMYK 0 0.62 0.65 0.31
HSL 3.16º 0.48% 0.46% -
HSV(B) 3.16º 0.65% 0.69% -
XYZ 20.53 13.47 5.93 -
YUV 98.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 175 67 61 0 0.62 0.65 0.31 3.16 0.48 0.46
Hex AF 43 3D 0 3E 41 1F 3 30 2E
Octal 257 103 75 0 76 101 37 3 60 56
Binary 10101111 1000011 111101 0 111110 1000001 11111 11 110000 101110

Color Harmonies of #AF433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF433D

Black with #AF433D

Text Example


Text Example

White with #AF433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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