Html Css Color HEX #AF3938 Medium Carmine

📋 copy color: '#AF3938'

red 175 ◦ green 57 ◦ blue 56

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

Shades of Medium Carmine #AF3938

Tints of Medium Carmine #AF3938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.79%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 60.76%
G = 19.79%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3938 (or 0xAF3938) is known color: Medium Carmine. HEX triplet: AF, 39 and 38. RGB value is (175,57,56). Sum of RGB (Red+Green+Blue) = 175+57+56=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3938 is #50C6C7. Grayscale: #5C5C5C. Windows color (decimal): -5293768 or 3684783. OLE color: 3684783.

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

Color convert

RGB 175 57 56 -
CMYK 0 0.67 0.68 0.31
HSL 0.5º 0.52% 0.45% -
HSV(B) 0.5º 0.68% 0.69% -
XYZ 19.86 12.33 5.07 -
YUV 92.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 175 57 56 0 0.67 0.68 0.31 0.5 0.52 0.45
Hex AF 39 38 0 43 44 1F 1 34 2D
Octal 257 71 70 0 103 104 37 1 64 55
Binary 10101111 111001 111000 0 1000011 1000100 11111 1 110100 101101

Color Harmonies of #AF3938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3938

Black with #AF3938

Text Example


Text Example

White with #AF3938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3938; }

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

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

background-color css

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

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

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

border-color css

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

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

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