Html Css Color HEX #AF030D Venetian Red

📋 copy color: '#AF030D'

red 175 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #AF030D

Tints of Venetian Red #AF030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 91.62%
G = 1.57%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF030D (or 0xAF030D) is known color: Venetian Red. HEX triplet: AF, 03 and 0D. RGB value is (175,3,13). Sum of RGB (Red+Green+Blue) = 175+3+13=191 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.62% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 175 - color contains mainly: red. Hex color #AF030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF030D is #50FCF2. Grayscale: #373737. Windows color (decimal): -5307635 or 852911. OLE color: 852911.

HSL color Cylindrical-coordinate representation of color #AF030D: hue angle of 356.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 13 -
CMYK 0 0.98 0.93 0.31
HSL 356.51º 0.97% 0.35% -
HSV(B) 356.51º 0.98% 0.69% -
XYZ 17.78 9.21 1.22 -
YUV 55.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 175 3 13 0 0.98 0.93 0.31 356.51 0.97 0.35
Hex AF 3 D 0 62 5D 1F 165 61 23
Octal 257 3 15 0 142 135 37 545 141 43
Binary 10101111 11 1101 0 1100010 1011101 11111 101100101 1100001 100011

Color Harmonies of #AF030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF030D

Black with #AF030D

Text Example


Text Example

White with #AF030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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