Html Css Color HEX #AF0A0D Venetian Red

📋 copy color: '#AF0A0D'

red 175 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #AF0A0D

Tints of Venetian Red #AF0A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 88.38%
G = 5.05%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF0A0D (or 0xAF0A0D) is known color: Venetian Red. HEX triplet: AF, 0A and 0D. RGB value is (175,10,13). Sum of RGB (Red+Green+Blue) = 175+10+13=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A0D is #50F5F2. Grayscale: #3B3B3B. Windows color (decimal): -5305843 or 854703. OLE color: 854703.

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

Color convert

RGB 175 10 13 -
CMYK 0 0.94 0.93 0.31
HSL 358.91º 0.89% 0.36% -
HSV(B) 358.91º 0.94% 0.69% -
XYZ 17.86 9.36 1.25 -
YUV 59.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 175 10 13 0 0.94 0.93 0.31 358.91 0.89 0.36
Hex AF A D 0 5E 5D 1F 167 59 24
Octal 257 12 15 0 136 135 37 547 131 44
Binary 10101111 1010 1101 0 1011110 1011101 11111 101100111 1011001 100100

Color Harmonies of #AF0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A0D

Black with #AF0A0D

Text Example


Text Example

White with #AF0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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