Html Css Color HEX #AF432D Medium Carmine

📋 copy color: '#AF432D'

red 175 ◦ green 67 ◦ blue 45

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

Shades of Medium Carmine #AF432D

Tints of Medium Carmine #AF432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 60.98%
G = 23.34%
B = 15.68%

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

#AF432D (or 0xAF432D) is known color: Medium Carmine. HEX triplet: AF, 43 and 2D. RGB value is (175,67,45). Sum of RGB (Red+Green+Blue) = 175+67+45=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF432D is #50BCD2. Grayscale: #606060. Windows color (decimal): -5291219 or 2966447. OLE color: 2966447.

HSL color Cylindrical-coordinate representation of color #AF432D: hue angle of 10.15º degrees, saturation: 0.59, 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 #AF432D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 45 -
CMYK 0 0.62 0.74 0.31
HSL 10.15º 0.59% 0.43% -
HSV(B) 10.15º 0.74% 0.69% -
XYZ 20.16 13.32 3.99 -
YUV 96.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 175 67 45 0 0.62 0.74 0.31 10.15 0.59 0.43
Hex AF 43 2D 0 3E 4A 1F A 3B 2B
Octal 257 103 55 0 76 112 37 12 73 53
Binary 10101111 1000011 101101 0 111110 1001010 11111 1010 111011 101011

Color Harmonies of #AF432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF432D

Black with #AF432D

Text Example


Text Example

White with #AF432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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