Html Css Color HEX #AF191B Venetian Red

📋 copy color: '#AF191B'

red 175 ◦ green 25 ◦ blue 27

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

Shades of Venetian Red #AF191B

Tints of Venetian Red #AF191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 77.09%
G = 11.01%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF191B (or 0xAF191B) is known color: Venetian Red. HEX triplet: AF, 19 and 1B. RGB value is (175,25,27). Sum of RGB (Red+Green+Blue) = 175+25+27=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF191B is #50E6E4. Grayscale: #464646. Windows color (decimal): -5301989 or 1776047. OLE color: 1776047.

HSL color Cylindrical-coordinate representation of color #AF191B: hue angle of 359.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF191B is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 27 -
CMYK 0 0.86 0.85 0.31
HSL 359.2º 0.75% 0.39% -
HSV(B) 359.2º 0.86% 0.69% -
XYZ 18.22 9.89 1.99 -
YUV 70.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 175 25 27 0 0.86 0.85 0.31 359.2 0.75 0.39
Hex AF 19 1B 0 56 55 1F 167 4B 27
Octal 257 31 33 0 126 125 37 547 113 47
Binary 10101111 11001 11011 0 1010110 1010101 11111 101100111 1001011 100111

Color Harmonies of #AF191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF191B

Black with #AF191B

Text Example


Text Example

White with #AF191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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