Html Css Color HEX #AF151B Venetian Red

📋 copy color: '#AF151B'

red 175 ◦ green 21 ◦ blue 27

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

Shades of Venetian Red #AF151B

Tints of Venetian Red #AF151B

RGB

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

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

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

R = 78.48%
G = 9.42%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF151B (or 0xAF151B) is known color: Venetian Red. HEX triplet: AF, 15 and 1B. RGB value is (175,21,27). Sum of RGB (Red+Green+Blue) = 175+21+27=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151B is #50EAE4. Grayscale: #434343. Windows color (decimal): -5303013 or 1775023. OLE color: 1775023.

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

Color convert

RGB 175 21 27 -
CMYK 0 0.88 0.85 0.31
HSL 357.66º 0.79% 0.38% -
HSV(B) 357.66º 0.88% 0.69% -
XYZ 18.15 9.73 1.96 -
YUV 67.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 175 21 27 0 0.88 0.85 0.31 357.66 0.79 0.38
Hex AF 15 1B 0 58 55 1F 166 4F 26
Octal 257 25 33 0 130 125 37 546 117 46
Binary 10101111 10101 11011 0 1011000 1010101 11111 101100110 1001111 100110

Color Harmonies of #AF151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF151B

Black with #AF151B

Text Example


Text Example

White with #AF151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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