Html Css Color HEX #AF101C Venetian Red

📋 copy color: '#AF101C'

red 175 ◦ green 16 ◦ blue 28

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

Shades of Venetian Red #AF101C

Tints of Venetian Red #AF101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 79.91%
G = 7.31%
B = 12.79%

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

#AF101C (or 0xAF101C) is known color: Venetian Red. HEX triplet: AF, 10 and 1C. RGB value is (175,16,28). Sum of RGB (Red+Green+Blue) = 175+16+28=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF101C is #50EFE3. Grayscale: #414141. Windows color (decimal): -5304292 or 1839279. OLE color: 1839279.

HSL color Cylindrical-coordinate representation of color #AF101C: hue angle of 355.47º degrees, saturation: 0.83, 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 #AF101C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 28 -
CMYK 0 0.91 0.84 0.31
HSL 355.47º 0.83% 0.37% -
HSV(B) 355.47º 0.91% 0.69% -
XYZ 18.07 9.57 1.99 -
YUV 64.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 175 16 28 0 0.91 0.84 0.31 355.47 0.83 0.37
Hex AF 10 1C 0 5B 54 1F 163 53 25
Octal 257 20 34 0 133 124 37 543 123 45
Binary 10101111 10000 11100 0 1011011 1010100 11111 101100011 1010011 100101

Color Harmonies of #AF101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF101C

Black with #AF101C

Text Example


Text Example

White with #AF101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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