Html Css Color HEX #AF0413 Venetian Red

📋 copy color: '#AF0413'

red 175 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #AF0413

Tints of Venetian Red #AF0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 88.38%
G = 2.02%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF0413 (or 0xAF0413) is known color: Venetian Red. HEX triplet: AF, 04 and 13. RGB value is (175,4,19). Sum of RGB (Red+Green+Blue) = 175+4+19=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0413 is #50FBEC. Grayscale: #383838. Windows color (decimal): -5307373 or 1246383. OLE color: 1246383.

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

Color convert

RGB 175 4 19 -
CMYK 0 0.98 0.89 0.31
HSL 354.74º 0.96% 0.35% -
HSV(B) 354.74º 0.98% 0.69% -
XYZ 17.84 9.25 1.46 -
YUV 56.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 175 4 19 0 0.98 0.89 0.31 354.74 0.96 0.35
Hex AF 4 13 0 62 59 1F 163 60 23
Octal 257 4 23 0 142 131 37 543 140 43
Binary 10101111 100 10011 0 1100010 1011001 11111 101100011 1100000 100011

Color Harmonies of #AF0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0413

Black with #AF0413

Text Example


Text Example

White with #AF0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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