Html Css Color HEX #AF0F20 Venetian Red

📋 copy color: '#AF0F20'

red 175 ◦ green 15 ◦ blue 32

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

Shades of Venetian Red #AF0F20

Tints of Venetian Red #AF0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 78.83%
G = 6.76%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF0F20 (or 0xAF0F20) is known color: Venetian Red. HEX triplet: AF, 0F and 20. RGB value is (175,15,32). Sum of RGB (Red+Green+Blue) = 175+15+32=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F20 is #50F0DF. Grayscale: #404040. Windows color (decimal): -5304544 or 2101167. OLE color: 2101167.

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

Color convert

RGB 175 15 32 -
CMYK 0 0.91 0.82 0.31
HSL 353.63º 0.84% 0.37% -
HSV(B) 353.63º 0.91% 0.69% -
XYZ 18.11 9.56 2.26 -
YUV 64.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 175 15 32 0 0.91 0.82 0.31 353.63 0.84 0.37
Hex AF F 20 0 5B 52 1F 162 54 25
Octal 257 17 40 0 133 122 37 542 124 45
Binary 10101111 1111 100000 0 1011011 1010010 11111 101100010 1010100 100101

Color Harmonies of #AF0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F20

Black with #AF0F20

Text Example


Text Example

White with #AF0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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