Html Css Color HEX #AF0818 Venetian Red

📋 copy color: '#AF0818'

red 175 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #AF0818

Tints of Venetian Red #AF0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 84.54%
G = 3.86%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF0818 (or 0xAF0818) is known color: Venetian Red. HEX triplet: AF, 08 and 18. RGB value is (175,8,24). Sum of RGB (Red+Green+Blue) = 175+8+24=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0818 is #50F7E7. Grayscale: #3B3B3B. Windows color (decimal): -5306344 or 1575087. OLE color: 1575087.

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

Color convert

RGB 175 8 24 -
CMYK 0 0.95 0.86 0.31
HSL 354.25º 0.91% 0.36% -
HSV(B) 354.25º 0.95% 0.69% -
XYZ 17.93 9.35 1.72 -
YUV 59.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 175 8 24 0 0.95 0.86 0.31 354.25 0.91 0.36
Hex AF 8 18 0 5F 56 1F 162 5B 24
Octal 257 10 30 0 137 126 37 542 133 44
Binary 10101111 1000 11000 0 1011111 1010110 11111 101100010 1011011 100100

Color Harmonies of #AF0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0818

Black with #AF0818

Text Example


Text Example

White with #AF0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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