Html Css Color HEX #AF141A Venetian Red

📋 copy color: '#AF141A'

red 175 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #AF141A

Tints of Venetian Red #AF141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 79.19%
G = 9.05%
B = 11.76%

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

#AF141A (or 0xAF141A) is known color: Venetian Red. HEX triplet: AF, 14 and 1A. RGB value is (175,20,26). Sum of RGB (Red+Green+Blue) = 175+20+26=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF141A is #50EBE5. Grayscale: #434343. Windows color (decimal): -5303270 or 1709231. OLE color: 1709231.

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

Color convert

RGB 175 20 26 -
CMYK 0 0.89 0.85 0.31
HSL 357.68º 0.79% 0.38% -
HSV(B) 357.68º 0.89% 0.69% -
XYZ 18.12 9.69 1.89 -
YUV 67.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 175 20 26 0 0.89 0.85 0.31 357.68 0.79 0.38
Hex AF 14 1A 0 59 55 1F 166 4F 26
Octal 257 24 32 0 131 125 37 546 117 46
Binary 10101111 10100 11010 0 1011001 1010101 11111 101100110 1001111 100110

Color Harmonies of #AF141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF141A

Black with #AF141A

Text Example


Text Example

White with #AF141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF141A; }

 p { color: rgb(175,20,26); }

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

background-color css

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

 a { background-color: rgb(175,20,26); }

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

border-color css

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

 span { border-color: rgb(175,20,26); }

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