Html Css Color HEX #AF151C Venetian Red

📋 copy color: '#AF151C'

red 175 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #AF151C

Tints of Venetian Red #AF151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 78.13%
G = 9.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF151C (or 0xAF151C) is known color: Venetian Red. HEX triplet: AF, 15 and 1C. RGB value is (175,21,28). Sum of RGB (Red+Green+Blue) = 175+21+28=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151C is #50EAE3. Grayscale: #434343. Windows color (decimal): -5303012 or 1840559. OLE color: 1840559.

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

Color convert

RGB 175 21 28 -
CMYK 0 0.88 0.84 0.31
HSL 357.27º 0.79% 0.38% -
HSV(B) 357.27º 0.88% 0.69% -
XYZ 18.16 9.73 2.02 -
YUV 67.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 175 21 28 0 0.88 0.84 0.31 357.27 0.79 0.38
Hex AF 15 1C 0 58 54 1F 165 4F 26
Octal 257 25 34 0 130 124 37 545 117 46
Binary 10101111 10101 11100 0 1011000 1010100 11111 101100101 1001111 100110

Color Harmonies of #AF151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF151C

Black with #AF151C

Text Example


Text Example

White with #AF151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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