Html Css Color HEX #AF422E Medium Carmine

📋 copy color: '#AF422E'

red 175 ◦ green 66 ◦ blue 46

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

Shades of Medium Carmine #AF422E

Tints of Medium Carmine #AF422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 60.98%
G = 23%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF422E (or 0xAF422E) is known color: Medium Carmine. HEX triplet: AF, 42 and 2E. RGB value is (175,66,46). Sum of RGB (Red+Green+Blue) = 175+66+46=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422E is #50BDD1. Grayscale: #606060. Windows color (decimal): -5291474 or 3031727. OLE color: 3031727.

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

Color convert

RGB 175 66 46 -
CMYK 0 0.62 0.74 0.31
HSL 9.3º 0.58% 0.43% -
HSV(B) 9.3º 0.74% 0.69% -
XYZ 20.12 13.21 4.07 -
YUV 96.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 175 66 46 0 0.62 0.74 0.31 9.3 0.58 0.43
Hex AF 42 2E 0 3E 4A 1F 9 3A 2B
Octal 257 102 56 0 76 112 37 11 72 53
Binary 10101111 1000010 101110 0 111110 1001010 11111 1001 111010 101011

Color Harmonies of #AF422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF422E

Black with #AF422E

Text Example


Text Example

White with #AF422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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