Html Css Color HEX #AF040C Venetian Red

📋 copy color: '#AF040C'

red 175 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #AF040C

Tints of Venetian Red #AF040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 91.62%
G = 2.09%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF040C (or 0xAF040C) is known color: Venetian Red. HEX triplet: AF, 04 and 0C. RGB value is (175,4,12). Sum of RGB (Red+Green+Blue) = 175+4+12=191 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.62% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 175 - color contains mainly: red. Hex color #AF040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF040C is #50FBF3. Grayscale: #383838. Windows color (decimal): -5307380 or 787631. OLE color: 787631.

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

Color convert

RGB 175 4 12 -
CMYK 0 0.98 0.93 0.31
HSL 357.19º 0.96% 0.35% -
HSV(B) 357.19º 0.98% 0.69% -
XYZ 17.79 9.23 1.19 -
YUV 56.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 175 4 12 0 0.98 0.93 0.31 357.19 0.96 0.35
Hex AF 4 C 0 62 5D 1F 165 60 23
Octal 257 4 14 0 142 135 37 545 140 43
Binary 10101111 100 1100 0 1100010 1011101 11111 101100101 1100000 100011

Color Harmonies of #AF040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF040C

Black with #AF040C

Text Example


Text Example

White with #AF040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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