Html Css Color HEX #AF3838 Medium Carmine

📋 copy color: '#AF3838'

red 175 ◦ green 56 ◦ blue 56

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

Shades of Medium Carmine #AF3838

Tints of Medium Carmine #AF3838

RGB

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

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

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

R = 60.98%
G = 19.51%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3838 (or 0xAF3838) is known color: Medium Carmine. HEX triplet: AF, 38 and 38. RGB value is (175,56,56). Sum of RGB (Red+Green+Blue) = 175+56+56=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3838 is #50C7C7. Grayscale: #5B5B5B. Windows color (decimal): -5294024 or 3684527. OLE color: 3684527.

HSL color Cylindrical-coordinate representation of color #AF3838: hue angle of 0º 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 #AF3838 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 56 -
CMYK 0 0.68 0.68 0.31
HSL 0.52% 0.45% -
HSV(B) 0.68% 0.69% -
XYZ 19.81 12.23 5.06 -
YUV 91.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 175 56 56 0 0.68 0.68 0.31 0 0.52 0.45
Hex AF 38 38 0 44 44 1F 0 34 2D
Octal 257 70 70 0 104 104 37 0 64 55
Binary 10101111 111000 111000 0 1000100 1000100 11111 0 110100 101101

Color Harmonies of #AF3838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3838

Black with #AF3838

Text Example


Text Example

White with #AF3838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3838; }

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

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

background-color css

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

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

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

border-color css

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

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

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