Html Css Color HEX #AF091E Venetian Red

📋 copy color: '#AF091E'

red 175 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #AF091E

Tints of Venetian Red #AF091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 81.78%
G = 4.21%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF091E (or 0xAF091E) is known color: Venetian Red. HEX triplet: AF, 09 and 1E. RGB value is (175,9,30). Sum of RGB (Red+Green+Blue) = 175+9+30=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091E is #50F6E1. Grayscale: #3D3D3D. Windows color (decimal): -5306082 or 1968559. OLE color: 1968559.

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

Color convert

RGB 175 9 30 -
CMYK 0 0.95 0.83 0.31
HSL 352.41º 0.9% 0.36% -
HSV(B) 352.41º 0.95% 0.69% -
XYZ 18.01 9.4 2.09 -
YUV 61.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 175 9 30 0 0.95 0.83 0.31 352.41 0.9 0.36
Hex AF 9 1E 0 5F 53 1F 160 5A 24
Octal 257 11 36 0 137 123 37 540 132 44
Binary 10101111 1001 11110 0 1011111 1010011 11111 101100000 1011010 100100

Color Harmonies of #AF091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF091E

Black with #AF091E

Text Example


Text Example

White with #AF091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF091E; }

 p { color: rgb(175,9,30); }

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

background-color css

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

 a { background-color: rgb(175,9,30); }

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

border-color css

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

 span { border-color: rgb(175,9,30); }

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