Html Css Color HEX #AF131B Venetian Red

📋 copy color: '#AF131B'

red 175 ◦ green 19 ◦ blue 27

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

Shades of Venetian Red #AF131B

Tints of Venetian Red #AF131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 79.19%
G = 8.6%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF131B (or 0xAF131B) is known color: Venetian Red. HEX triplet: AF, 13 and 1B. RGB value is (175,19,27). Sum of RGB (Red+Green+Blue) = 175+19+27=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131B is #50ECE4. Grayscale: #424242. Windows color (decimal): -5303525 or 1774511. OLE color: 1774511.

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

Color convert

RGB 175 19 27 -
CMYK 0 0.89 0.85 0.31
HSL 356.92º 0.8% 0.38% -
HSV(B) 356.92º 0.89% 0.69% -
XYZ 18.11 9.66 1.95 -
YUV 66.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 175 19 27 0 0.89 0.85 0.31 356.92 0.8 0.38
Hex AF 13 1B 0 59 55 1F 165 50 26
Octal 257 23 33 0 131 125 37 545 120 46
Binary 10101111 10011 11011 0 1011001 1010101 11111 101100101 1010000 100110

Color Harmonies of #AF131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF131B

Black with #AF131B

Text Example


Text Example

White with #AF131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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