Html Css Color HEX #AF3836 Medium Carmine

📋 copy color: '#AF3836'

red 175 ◦ green 56 ◦ blue 54

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

Shades of Medium Carmine #AF3836

Tints of Medium Carmine #AF3836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 61.4%
G = 19.65%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3836 (or 0xAF3836) is known color: Medium Carmine. HEX triplet: AF, 38 and 36. RGB value is (175,56,54). Sum of RGB (Red+Green+Blue) = 175+56+54=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3836 is #50C7C9. Grayscale: #5B5B5B. Windows color (decimal): -5294026 or 3553455. OLE color: 3553455.

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

Color convert

RGB 175 56 54 -
CMYK 0 0.68 0.69 0.31
HSL 0.99º 0.53% 0.45% -
HSV(B) 0.99º 0.69% 0.69% -
XYZ 19.76 12.21 4.81 -
YUV 91.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 175 56 54 0 0.68 0.69 0.31 0.99 0.53 0.45
Hex AF 38 36 0 44 45 1F 1 35 2D
Octal 257 70 66 0 104 105 37 1 65 55
Binary 10101111 111000 110110 0 1000100 1000101 11111 1 110101 101101

Color Harmonies of #AF3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3836

Black with #AF3836

Text Example


Text Example

White with #AF3836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3836; }

 p { color: rgb(175,56,54); }

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

background-color css

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

 a { background-color: rgb(175,56,54); }

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

border-color css

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

 span { border-color: rgb(175,56,54); }

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