Html Css Color HEX #AF010F Venetian Red

📋 copy color: '#AF010F'

red 175 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #AF010F

Tints of Venetian Red #AF010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 91.62%
G = 0.52%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF010F (or 0xAF010F) is known color: Venetian Red. HEX triplet: AF, 01 and 0F. RGB value is (175,1,15). Sum of RGB (Red+Green+Blue) = 175+1+15=191 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.62% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010F is #50FEF0. Grayscale: #363636. Windows color (decimal): -5308145 or 983471. OLE color: 983471.

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

Color convert

RGB 175 1 15 -
CMYK 0 0.99 0.91 0.31
HSL 355.17º 0.99% 0.35% -
HSV(B) 355.17º 0.99% 0.69% -
XYZ 17.78 9.17 1.29 -
YUV 54.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 175 1 15 0 0.99 0.91 0.31 355.17 0.99 0.35
Hex AF 1 F 0 63 5B 1F 163 63 23
Octal 257 1 17 0 143 133 37 543 143 43
Binary 10101111 1 1111 0 1100011 1011011 11111 101100011 1100011 100011

Color Harmonies of #AF010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF010F

Black with #AF010F

Text Example


Text Example

White with #AF010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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