Html Css Color HEX #AF1018 Venetian Red

📋 copy color: '#AF1018'

red 175 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #AF1018

Tints of Venetian Red #AF1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 81.4%
G = 7.44%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF1018 (or 0xAF1018) is known color: Venetian Red. HEX triplet: AF, 10 and 18. RGB value is (175,16,24). Sum of RGB (Red+Green+Blue) = 175+16+24=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1018 is #50EFE7. Grayscale: #404040. Windows color (decimal): -5304296 or 1577135. OLE color: 1577135.

HSL color Cylindrical-coordinate representation of color #AF1018: hue angle of 356.98º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 24 -
CMYK 0 0.91 0.86 0.31
HSL 356.98º 0.83% 0.37% -
HSV(B) 356.98º 0.91% 0.69% -
XYZ 18.03 9.55 1.76 -
YUV 64.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 175 16 24 0 0.91 0.86 0.31 356.98 0.83 0.37
Hex AF 10 18 0 5B 56 1F 165 53 25
Octal 257 20 30 0 133 126 37 545 123 45
Binary 10101111 10000 11000 0 1011011 1010110 11111 101100101 1010011 100101

Color Harmonies of #AF1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1018

Black with #AF1018

Text Example


Text Example

White with #AF1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1018; }

 p { color: rgb(175,16,24); }

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

background-color css

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

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

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

border-color css

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

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

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