Html Css Color HEX #AF0113 Carmine

📋 copy color: '#AF0113'

red 175 ◦ green 1 ◦ blue 19

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

Shades of Carmine #AF0113

Tints of Carmine #AF0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 89.74%
G = 0.51%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0113 (or 0xAF0113) is known color: Carmine. HEX triplet: AF, 01 and 13. RGB value is (175,1,19). Sum of RGB (Red+Green+Blue) = 175+1+19=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0113 is #50FEEC. Grayscale: #373737. Windows color (decimal): -5308141 or 1245615. OLE color: 1245615.

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

Color convert

RGB 175 1 19 -
CMYK 0 0.99 0.89 0.31
HSL 353.79º 0.99% 0.35% -
HSV(B) 353.79º 0.99% 0.69% -
XYZ 17.81 9.18 1.45 -
YUV 55.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 175 1 19 0 0.99 0.89 0.31 353.79 0.99 0.35
Hex AF 1 13 0 63 59 1F 162 63 23
Octal 257 1 23 0 143 131 37 542 143 43
Binary 10101111 1 10011 0 1100011 1011001 11111 101100010 1100011 100011

Color Harmonies of #AF0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0113

Black with #AF0113

Text Example


Text Example

White with #AF0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0113; }

 p { color: rgb(175,1,19); }

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

background-color css

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

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

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

border-color css

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

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

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