Html Css Color HEX #AF151D Venetian Red

📋 copy color: '#AF151D'

red 175 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #AF151D

Tints of Venetian Red #AF151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 77.78%
G = 9.33%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF151D (or 0xAF151D) is known color: Venetian Red. HEX triplet: AF, 15 and 1D. RGB value is (175,21,29). Sum of RGB (Red+Green+Blue) = 175+21+29=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151D is #50EAE2. Grayscale: #444444. Windows color (decimal): -5303011 or 1906095. OLE color: 1906095.

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

Color convert

RGB 175 21 29 -
CMYK 0 0.88 0.83 0.31
HSL 356.88º 0.79% 0.38% -
HSV(B) 356.88º 0.88% 0.69% -
XYZ 18.17 9.74 2.08 -
YUV 67.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 175 21 29 0 0.88 0.83 0.31 356.88 0.79 0.38
Hex AF 15 1D 0 58 53 1F 165 4F 26
Octal 257 25 35 0 130 123 37 545 117 46
Binary 10101111 10101 11101 0 1011000 1010011 11111 101100101 1001111 100110

Color Harmonies of #AF151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF151D

Black with #AF151D

Text Example


Text Example

White with #AF151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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