Html Css Color HEX #AF0A1A Venetian Red

📋 copy color: '#AF0A1A'

red 175 ◦ green 10 ◦ blue 26

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

Shades of Venetian Red #AF0A1A

Tints of Venetian Red #AF0A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 82.94%
G = 4.74%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF0A1A (or 0xAF0A1A) is known color: Venetian Red. HEX triplet: AF, 0A and 1A. RGB value is (175,10,26). Sum of RGB (Red+Green+Blue) = 175+10+26=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A1A is #50F5E5. Grayscale: #3D3D3D. Windows color (decimal): -5305830 or 1706671. OLE color: 1706671.

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

Color convert

RGB 175 10 26 -
CMYK 0 0.94 0.85 0.31
HSL 354.18º 0.89% 0.36% -
HSV(B) 354.18º 0.94% 0.69% -
XYZ 17.97 9.41 1.85 -
YUV 61.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 175 10 26 0 0.94 0.85 0.31 354.18 0.89 0.36
Hex AF A 1A 0 5E 55 1F 162 59 24
Octal 257 12 32 0 136 125 37 542 131 44
Binary 10101111 1010 11010 0 1011110 1010101 11111 101100010 1011001 100100

Color Harmonies of #AF0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A1A

Black with #AF0A1A

Text Example


Text Example

White with #AF0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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