Html Css Color HEX #AF0512 Venetian Red

📋 copy color: '#AF0512'

red 175 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #AF0512

Tints of Venetian Red #AF0512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 88.38%
G = 2.53%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0512 (or 0xAF0512) is known color: Venetian Red. HEX triplet: AF, 05 and 12. RGB value is (175,5,18). Sum of RGB (Red+Green+Blue) = 175+5+18=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0512 is #50FAED. Grayscale: #393939. Windows color (decimal): -5307118 or 1181103. OLE color: 1181103.

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

Color convert

RGB 175 5 18 -
CMYK 0 0.97 0.90 0.31
HSL 355.41º 0.94% 0.35% -
HSV(B) 355.41º 0.97% 0.69% -
XYZ 17.84 9.27 1.42 -
YUV 57.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 175 5 18 0 0.97 0.90 0.31 355.41 0.94 0.35
Hex AF 5 12 0 61 5A 1F 163 5E 23
Octal 257 5 22 0 141 132 37 543 136 43
Binary 10101111 101 10010 0 1100001 1011010 11111 101100011 1011110 100011

Color Harmonies of #AF0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0512

Black with #AF0512

Text Example


Text Example

White with #AF0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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