Html Css Color HEX #AF000F Venetian Red

📋 copy color: '#AF000F'

red 175 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #AF000F

Tints of Venetian Red #AF000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.11%
G = 0%
B = 7.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF000F (or 0xAF000F) is known color: Venetian Red. HEX triplet: AF, 00 and 0F. RGB value is (175,0,15). Sum of RGB (Red+Green+Blue) = 175+0+15=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF000F is #50FFF0. Grayscale: #363636. Windows color (decimal): -5308401 or 983215. OLE color: 983215.

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

Color convert

RGB 175 0 15 -
CMYK 0 1 0.91 0.31
HSL 354.86º 1% 0.34% -
HSV(B) 354.86º 1% 0.69% -
XYZ 17.77 9.15 1.28 -
YUV 54.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 175 0 15 0 1 0.91 0.31 354.86 1 0.34
Hex AF 0 F 0 64 5B 1F 163 64 22
Octal 257 0 17 0 144 133 37 543 144 42
Binary 10101111 0 1111 0 1100100 1011011 11111 101100011 1100100 100010

Color Harmonies of #AF000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF000F

Black with #AF000F

Text Example


Text Example

White with #AF000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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