Html Css Color HEX #AF020E Venetian Red

📋 copy color: '#AF020E'

red 175 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #AF020E

Tints of Venetian Red #AF020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 91.62%
G = 1.05%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF020E (or 0xAF020E) is known color: Venetian Red. HEX triplet: AF, 02 and 0E. RGB value is (175,2,14). Sum of RGB (Red+Green+Blue) = 175+2+14=191 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.62% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 175 - color contains mainly: red. Hex color #AF020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF020E is #50FDF1. Grayscale: #373737. Windows color (decimal): -5307890 or 918191. OLE color: 918191.

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

Color convert

RGB 175 2 14 -
CMYK 0 0.99 0.92 0.31
HSL 355.84º 0.98% 0.35% -
HSV(B) 355.84º 0.99% 0.69% -
XYZ 17.78 9.19 1.25 -
YUV 55.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 175 2 14 0 0.99 0.92 0.31 355.84 0.98 0.35
Hex AF 2 E 0 63 5C 1F 164 62 23
Octal 257 2 16 0 143 134 37 544 142 43
Binary 10101111 10 1110 0 1100011 1011100 11111 101100100 1100010 100011

Color Harmonies of #AF020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF020E

Black with #AF020E

Text Example


Text Example

White with #AF020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF020E; }

 p { color: rgb(175,2,14); }

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

background-color css

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

 a { background-color: rgb(175,2,14); }

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

border-color css

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

 span { border-color: rgb(175,2,14); }

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