Html Css Color HEX #AF101A Venetian Red

📋 copy color: '#AF101A'

red 175 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #AF101A

Tints of Venetian Red #AF101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 80.65%
G = 7.37%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF101A (or 0xAF101A) is known color: Venetian Red. HEX triplet: AF, 10 and 1A. RGB value is (175,16,26). Sum of RGB (Red+Green+Blue) = 175+16+26=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF101A is #50EFE5. Grayscale: #404040. Windows color (decimal): -5304294 or 1708207. OLE color: 1708207.

HSL color Cylindrical-coordinate representation of color #AF101A: hue angle of 356.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF101A is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 26 -
CMYK 0 0.91 0.85 0.31
HSL 356.23º 0.83% 0.37% -
HSV(B) 356.23º 0.91% 0.69% -
XYZ 18.05 9.56 1.87 -
YUV 64.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 175 16 26 0 0.91 0.85 0.31 356.23 0.83 0.37
Hex AF 10 1A 0 5B 55 1F 164 53 25
Octal 257 20 32 0 133 125 37 544 123 45
Binary 10101111 10000 11010 0 1011011 1010101 11111 101100100 1010011 100101

Color Harmonies of #AF101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF101A

Black with #AF101A

Text Example


Text Example

White with #AF101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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