Html Css Color HEX #AF080D Venetian Red

📋 copy color: '#AF080D'

red 175 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #AF080D

Tints of Venetian Red #AF080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 89.29%
G = 4.08%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF080D (or 0xAF080D) is known color: Venetian Red. HEX triplet: AF, 08 and 0D. RGB value is (175,8,13). Sum of RGB (Red+Green+Blue) = 175+8+13=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF080D is #50F7F2. Grayscale: #3A3A3A. Windows color (decimal): -5306355 or 854191. OLE color: 854191.

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

Color convert

RGB 175 8 13 -
CMYK 0 0.95 0.93 0.31
HSL 358.2º 0.91% 0.36% -
HSV(B) 358.2º 0.95% 0.69% -
XYZ 17.84 9.32 1.24 -
YUV 58.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 175 8 13 0 0.95 0.93 0.31 358.2 0.91 0.36
Hex AF 8 D 0 5F 5D 1F 166 5B 24
Octal 257 10 15 0 137 135 37 546 133 44
Binary 10101111 1000 1101 0 1011111 1011101 11111 101100110 1011011 100100

Color Harmonies of #AF080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF080D

Black with #AF080D

Text Example


Text Example

White with #AF080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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