Html Css Color HEX #AF442B Medium Carmine

📋 copy color: '#AF442B'

red 175 ◦ green 68 ◦ blue 43

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

Shades of Medium Carmine #AF442B

Tints of Medium Carmine #AF442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 61.19%
G = 23.78%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF442B (or 0xAF442B) is known color: Medium Carmine. HEX triplet: AF, 44 and 2B. RGB value is (175,68,43). Sum of RGB (Red+Green+Blue) = 175+68+43=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF442B is #50BBD4. Grayscale: #616161. Windows color (decimal): -5290965 or 2835631. OLE color: 2835631.

HSL color Cylindrical-coordinate representation of color #AF442B: hue angle of 11.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF442B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 43 -
CMYK 0 0.61 0.75 0.31
HSL 11.36º 0.61% 0.43% -
HSV(B) 11.36º 0.75% 0.69% -
XYZ 20.18 13.42 3.81 -
YUV 97.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 175 68 43 0 0.61 0.75 0.31 11.36 0.61 0.43
Hex AF 44 2B 0 3D 4B 1F B 3D 2B
Octal 257 104 53 0 75 113 37 13 75 53
Binary 10101111 1000100 101011 0 111101 1001011 11111 1011 111101 101011

Color Harmonies of #AF442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF442B

Black with #AF442B

Text Example


Text Example

White with #AF442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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