Html Css Color HEX #AF181C Venetian Red

📋 copy color: '#AF181C'

red 175 ◦ green 24 ◦ blue 28

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

Shades of Venetian Red #AF181C

Tints of Venetian Red #AF181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 77.09%
G = 10.57%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF181C (or 0xAF181C) is known color: Venetian Red. HEX triplet: AF, 18 and 1C. RGB value is (175,24,28). Sum of RGB (Red+Green+Blue) = 175+24+28=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF181C is #50E7E3. Grayscale: #454545. Windows color (decimal): -5302244 or 1841327. OLE color: 1841327.

HSL color Cylindrical-coordinate representation of color #AF181C: hue angle of 358.41º degrees, saturation: 0.76, 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 #AF181C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 28 -
CMYK 0 0.86 0.84 0.31
HSL 358.41º 0.76% 0.39% -
HSV(B) 358.41º 0.86% 0.69% -
XYZ 18.22 9.85 2.04 -
YUV 69.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 175 24 28 0 0.86 0.84 0.31 358.41 0.76 0.39
Hex AF 18 1C 0 56 54 1F 166 4C 27
Octal 257 30 34 0 126 124 37 546 114 47
Binary 10101111 11000 11100 0 1010110 1010100 11111 101100110 1001100 100111

Color Harmonies of #AF181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF181C

Black with #AF181C

Text Example


Text Example

White with #AF181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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