Html Css Color HEX #AF0409 Venetian Red

📋 copy color: '#AF0409'

red 175 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #AF0409

Tints of Venetian Red #AF0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 93.09%
G = 2.13%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0409 (or 0xAF0409) is known color: Venetian Red. HEX triplet: AF, 04 and 09. RGB value is (175,4,9). Sum of RGB (Red+Green+Blue) = 175+4+9=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0409 is #50FBF6. Grayscale: #373737. Windows color (decimal): -5307383 or 591023. OLE color: 591023.

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

Color convert

RGB 175 4 9 -
CMYK 0 0.98 0.95 0.31
HSL 358.25º 0.96% 0.35% -
HSV(B) 358.25º 0.98% 0.69% -
XYZ 17.77 9.22 1.1 -
YUV 55.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 175 4 9 0 0.98 0.95 0.31 358.25 0.96 0.35
Hex AF 4 9 0 62 5F 1F 166 60 23
Octal 257 4 11 0 142 137 37 546 140 43
Binary 10101111 100 1001 0 1100010 1011111 11111 101100110 1100000 100011

Color Harmonies of #AF0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0409

Black with #AF0409

Text Example


Text Example

White with #AF0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0409; }

 p { color: rgb(175,4,9); }

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

background-color css

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

 a { background-color: rgb(175,4,9); }

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

border-color css

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

 span { border-color: rgb(175,4,9); }

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