Html Css Color HEX #AF081C Venetian Red

📋 copy color: '#AF081C'

red 175 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #AF081C

Tints of Venetian Red #AF081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 82.94%
G = 3.79%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF081C (or 0xAF081C) is known color: Venetian Red. HEX triplet: AF, 08 and 1C. RGB value is (175,8,28). Sum of RGB (Red+Green+Blue) = 175+8+28=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF081C is #50F7E3. Grayscale: #3C3C3C. Windows color (decimal): -5306340 or 1837231. OLE color: 1837231.

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

Color convert

RGB 175 8 28 -
CMYK 0 0.95 0.84 0.31
HSL 352.81º 0.91% 0.36% -
HSV(B) 352.81º 0.95% 0.69% -
XYZ 17.98 9.37 1.96 -
YUV 60.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 175 8 28 0 0.95 0.84 0.31 352.81 0.91 0.36
Hex AF 8 1C 0 5F 54 1F 161 5B 24
Octal 257 10 34 0 137 124 37 541 133 44
Binary 10101111 1000 11100 0 1011111 1010100 11111 101100001 1011011 100100

Color Harmonies of #AF081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF081C

Black with #AF081C

Text Example


Text Example

White with #AF081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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