Html Css Color HEX #AE070D Venetian Red

📋 copy color: '#AE070D'

red 174 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #AE070D

Tints of Venetian Red #AE070D

RGB

 RED value IS 174 (68.36% from 255) = 89.69%

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 89.69%
G = 3.61%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE070D (or 0xAE070D) is known color: Venetian Red. HEX triplet: AE, 07 and 0D. RGB value is (174,7,13). Sum of RGB (Red+Green+Blue) = 174+7+13=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE070D is #51F8F2. Grayscale: #393939. Windows color (decimal): -5372147 or 853934. OLE color: 853934.

HSL color Cylindrical-coordinate representation of color #AE070D: hue angle of 357.84º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 13 -
CMYK 0 0.96 0.93 0.32
HSL 357.84º 0.92% 0.35% -
HSV(B) 357.84º 0.96% 0.68% -
XYZ 17.6 9.18 1.22 -
YUV 57.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 174 7 13 0 0.96 0.93 0.32 357.84 0.92 0.35
Hex AE 7 D 0 60 5D 20 166 5C 23
Octal 256 7 15 0 140 135 40 546 134 43
Binary 10101110 111 1101 0 1100000 1011101 100000 101100110 1011100 100011

Color Harmonies of #AE070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE070D

Black with #AE070D

Text Example


Text Example

White with #AE070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE070D; }

 p { color: rgb(174,7,13); }

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

background-color css

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

 a { background-color: rgb(174,7,13); }

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

border-color css

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

 span { border-color: rgb(174,7,13); }

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