Html Css Color HEX #AF3A22 Medium Carmine

📋 copy color: '#AF3A22'

red 175 ◦ green 58 ◦ blue 34

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

Shades of Medium Carmine #AF3A22

Tints of Medium Carmine #AF3A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 65.54%
G = 21.72%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3A22 (or 0xAF3A22) is known color: Medium Carmine. HEX triplet: AF, 3A and 22. RGB value is (175,58,34). Sum of RGB (Red+Green+Blue) = 175+58+34=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A22 is #50C5DD. Grayscale: #5A5A5A. Windows color (decimal): -5293534 or 2243247. OLE color: 2243247.

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

Color convert

RGB 175 58 34 -
CMYK 0 0.67 0.81 0.31
HSL 10.21º 0.67% 0.41% -
HSV(B) 10.21º 0.81% 0.69% -
XYZ 19.48 12.26 2.85 -
YUV 90.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 175 58 34 0 0.67 0.81 0.31 10.21 0.67 0.41
Hex AF 3A 22 0 43 51 1F A 43 29
Octal 257 72 42 0 103 121 37 12 103 51
Binary 10101111 111010 100010 0 1000011 1010001 11111 1010 1000011 101001

Color Harmonies of #AF3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A22

Black with #AF3A22

Text Example


Text Example

White with #AF3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A22; }

 p { color: rgb(175,58,34); }

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

background-color css

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

 a { background-color: rgb(175,58,34); }

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

border-color css

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

 span { border-color: rgb(175,58,34); }

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