Html Css Color HEX #AF000C Venetian Red

📋 copy color: '#AF000C'

red 175 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #AF000C

Tints of Venetian Red #AF000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.58%
G = 0%
B = 6.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF000C (or 0xAF000C) is known color: Venetian Red. HEX triplet: AF, 00 and 0C. RGB value is (175,0,12). Sum of RGB (Red+Green+Blue) = 175+0+12=187 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.58% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 175 - color contains mainly: red. Hex color #AF000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF000C is #50FFF3. Grayscale: #353535. Windows color (decimal): -5308404 or 786607. OLE color: 786607.

HSL color Cylindrical-coordinate representation of color #AF000C: hue angle of 355.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 12 -
CMYK 0 1 0.93 0.31
HSL 355.89º 1% 0.34% -
HSV(B) 355.89º 1% 0.69% -
XYZ 17.75 9.14 1.18 -
YUV 53.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 175 0 12 0 1 0.93 0.31 355.89 1 0.34
Hex AF 0 C 0 64 5D 1F 164 64 22
Octal 257 0 14 0 144 135 37 544 144 42
Binary 10101111 0 1100 0 1100100 1011101 11111 101100100 1100100 100010

Color Harmonies of #AF000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF000C

Black with #AF000C

Text Example


Text Example

White with #AF000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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