Html Css Color HEX #AF0F1C Venetian Red

📋 copy color: '#AF0F1C'

red 175 ◦ green 15 ◦ blue 28

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

Shades of Venetian Red #AF0F1C

Tints of Venetian Red #AF0F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 80.28%
G = 6.88%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF0F1C (or 0xAF0F1C) is known color: Venetian Red. HEX triplet: AF, 0F and 1C. RGB value is (175,15,28). Sum of RGB (Red+Green+Blue) = 175+15+28=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F1C is #50F0E3. Grayscale: #404040. Windows color (decimal): -5304548 or 1839023. OLE color: 1839023.

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

Color convert

RGB 175 15 28 -
CMYK 0 0.91 0.84 0.31
HSL 355.13º 0.84% 0.37% -
HSV(B) 355.13º 0.91% 0.69% -
XYZ 18.06 9.54 1.99 -
YUV 64.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 175 15 28 0 0.91 0.84 0.31 355.13 0.84 0.37
Hex AF F 1C 0 5B 54 1F 163 54 25
Octal 257 17 34 0 133 124 37 543 124 45
Binary 10101111 1111 11100 0 1011011 1010100 11111 101100011 1010100 100101

Color Harmonies of #AF0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F1C

Black with #AF0F1C

Text Example


Text Example

White with #AF0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F1C; }

 p { color: rgb(175,15,28); }

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

background-color css

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

 a { background-color: rgb(175,15,28); }

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

border-color css

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

 span { border-color: rgb(175,15,28); }

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