Html Css Color HEX #AF0C1F Venetian Red

📋 copy color: '#AF0C1F'

red 175 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #AF0C1F

Tints of Venetian Red #AF0C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 80.28%
G = 5.5%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF0C1F (or 0xAF0C1F) is known color: Venetian Red. HEX triplet: AF, 0C and 1F. RGB value is (175,12,31). Sum of RGB (Red+Green+Blue) = 175+12+31=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C1F is #50F3E0. Grayscale: #3E3E3E. Windows color (decimal): -5305313 or 2034863. OLE color: 2034863.

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

Color convert

RGB 175 12 31 -
CMYK 0 0.93 0.82 0.31
HSL 353.01º 0.87% 0.37% -
HSV(B) 353.01º 0.93% 0.69% -
XYZ 18.06 9.48 2.17 -
YUV 62.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 175 12 31 0 0.93 0.82 0.31 353.01 0.87 0.37
Hex AF C 1F 0 5D 52 1F 161 57 25
Octal 257 14 37 0 135 122 37 541 127 45
Binary 10101111 1100 11111 0 1011101 1010010 11111 101100001 1010111 100101

Color Harmonies of #AF0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C1F

Black with #AF0C1F

Text Example


Text Example

White with #AF0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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