Html Css Color HEX #AF0507 Venetian Red

📋 copy color: '#AF0507'

red 175 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #AF0507

Tints of Venetian Red #AF0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 7 (3.13% from 255) = 3.74%

R = 93.58%
G = 2.67%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF0507 (or 0xAF0507) is known color: Venetian Red. HEX triplet: AF, 05 and 07. RGB value is (175,5,7). Sum of RGB (Red+Green+Blue) = 175+5+7=187 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.58% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0507 is #50FAF8. Grayscale: #383838. Windows color (decimal): -5307129 or 460207. OLE color: 460207.

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

Color convert

RGB 175 5 7 -
CMYK 0 0.97 0.96 0.31
HSL 359.29º 0.94% 0.35% -
HSV(B) 359.29º 0.97% 0.69% -
XYZ 17.77 9.24 1.05 -
YUV 56.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 175 5 7 0 0.97 0.96 0.31 359.29 0.94 0.35
Hex AF 5 7 0 61 60 1F 167 5E 23
Octal 257 5 7 0 141 140 37 547 136 43
Binary 10101111 101 111 0 1100001 1100000 11111 101100111 1011110 100011

Color Harmonies of #AF0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0507

Black with #AF0507

Text Example


Text Example

White with #AF0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0507; }

 p { color: rgb(175,5,7); }

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

background-color css

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

 a { background-color: rgb(175,5,7); }

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

border-color css

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

 span { border-color: rgb(175,5,7); }

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