Html Css Color HEX #AF081A Venetian Red

📋 copy color: '#AF081A'

red 175 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #AF081A

Tints of Venetian Red #AF081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 83.73%
G = 3.83%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF081A (or 0xAF081A) is known color: Venetian Red. HEX triplet: AF, 08 and 1A. RGB value is (175,8,26). Sum of RGB (Red+Green+Blue) = 175+8+26=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF081A is #50F7E5. Grayscale: #3C3C3C. Windows color (decimal): -5306342 or 1706159. OLE color: 1706159.

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

Color convert

RGB 175 8 26 -
CMYK 0 0.95 0.85 0.31
HSL 353.53º 0.91% 0.36% -
HSV(B) 353.53º 0.95% 0.69% -
XYZ 17.95 9.36 1.84 -
YUV 59.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 175 8 26 0 0.95 0.85 0.31 353.53 0.91 0.36
Hex AF 8 1A 0 5F 55 1F 162 5B 24
Octal 257 10 32 0 137 125 37 542 133 44
Binary 10101111 1000 11010 0 1011111 1010101 11111 101100010 1011011 100100

Color Harmonies of #AF081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF081A

Black with #AF081A

Text Example


Text Example

White with #AF081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF081A; }

 p { color: rgb(175,8,26); }

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

background-color css

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

 a { background-color: rgb(175,8,26); }

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

border-color css

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

 span { border-color: rgb(175,8,26); }

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