Html Css Color HEX #AF0812 Venetian Red

📋 copy color: '#AF0812'

red 175 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #AF0812

Tints of Venetian Red #AF0812

RGB

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

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

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

R = 87.06%
G = 3.98%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0812 (or 0xAF0812) is known color: Venetian Red. HEX triplet: AF, 08 and 12. RGB value is (175,8,18). Sum of RGB (Red+Green+Blue) = 175+8+18=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0812 is #50F7ED. Grayscale: #3B3B3B. Windows color (decimal): -5306350 or 1181871. OLE color: 1181871.

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

Color convert

RGB 175 8 18 -
CMYK 0 0.95 0.90 0.31
HSL 356.41º 0.91% 0.36% -
HSV(B) 356.41º 0.95% 0.69% -
XYZ 17.88 9.33 1.43 -
YUV 59.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 175 8 18 0 0.95 0.90 0.31 356.41 0.91 0.36
Hex AF 8 12 0 5F 5A 1F 164 5B 24
Octal 257 10 22 0 137 132 37 544 133 44
Binary 10101111 1000 10010 0 1011111 1011010 11111 101100100 1011011 100100

Color Harmonies of #AF0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0812

Black with #AF0812

Text Example


Text Example

White with #AF0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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