Html Css Color HEX #AF101B Venetian Red

📋 copy color: '#AF101B'

red 175 ◦ green 16 ◦ blue 27

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

Shades of Venetian Red #AF101B

Tints of Venetian Red #AF101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 80.28%
G = 7.34%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF101B (or 0xAF101B) is known color: Venetian Red. HEX triplet: AF, 10 and 1B. RGB value is (175,16,27). Sum of RGB (Red+Green+Blue) = 175+16+27=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF101B is #50EFE4. Grayscale: #404040. Windows color (decimal): -5304293 or 1773743. OLE color: 1773743.

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

Color convert

RGB 175 16 27 -
CMYK 0 0.91 0.85 0.31
HSL 355.85º 0.83% 0.37% -
HSV(B) 355.85º 0.91% 0.69% -
XYZ 18.06 9.56 1.93 -
YUV 64.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 175 16 27 0 0.91 0.85 0.31 355.85 0.83 0.37
Hex AF 10 1B 0 5B 55 1F 164 53 25
Octal 257 20 33 0 133 125 37 544 123 45
Binary 10101111 10000 11011 0 1011011 1010101 11111 101100100 1010011 100101

Color Harmonies of #AF101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF101B

Black with #AF101B

Text Example


Text Example

White with #AF101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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