Html Css Color HEX #AF0410 Venetian Red

📋 copy color: '#AF0410'

red 175 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #AF0410

Tints of Venetian Red #AF0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 89.74%
G = 2.05%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0410 (or 0xAF0410) is known color: Venetian Red. HEX triplet: AF, 04 and 10. RGB value is (175,4,16). Sum of RGB (Red+Green+Blue) = 175+4+16=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0410 is #50FBEF. Grayscale: #383838. Windows color (decimal): -5307376 or 1049775. OLE color: 1049775.

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

Color convert

RGB 175 4 16 -
CMYK 0 0.98 0.91 0.31
HSL 355.79º 0.96% 0.35% -
HSV(B) 355.79º 0.98% 0.69% -
XYZ 17.82 9.24 1.33 -
YUV 56.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 175 4 16 0 0.98 0.91 0.31 355.79 0.96 0.35
Hex AF 4 10 0 62 5B 1F 164 60 23
Octal 257 4 20 0 142 133 37 544 140 43
Binary 10101111 100 10000 0 1100010 1011011 11111 101100100 1100000 100011

Color Harmonies of #AF0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0410

Black with #AF0410

Text Example


Text Example

White with #AF0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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