Html Css Color HEX #AE070B Venetian Red

📋 copy color: '#AE070B'

red 174 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #AE070B

Tints of Venetian Red #AE070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 90.63%
G = 3.65%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE070B (or 0xAE070B) is known color: Venetian Red. HEX triplet: AE, 07 and 0B. RGB value is (174,7,11). Sum of RGB (Red+Green+Blue) = 174+7+11=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE070B is #51F8F4. Grayscale: #393939. Windows color (decimal): -5372149 or 722862. OLE color: 722862.

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

Color convert

RGB 174 7 11 -
CMYK 0 0.96 0.94 0.32
HSL 358.56º 0.92% 0.35% -
HSV(B) 358.56º 0.96% 0.68% -
XYZ 17.59 9.17 1.16 -
YUV 57.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 174 7 11 0 0.96 0.94 0.32 358.56 0.92 0.35
Hex AE 7 B 0 60 5E 20 167 5C 23
Octal 256 7 13 0 140 136 40 547 134 43
Binary 10101110 111 1011 0 1100000 1011110 100000 101100111 1011100 100011

Color Harmonies of #AE070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE070B

Black with #AE070B

Text Example


Text Example

White with #AE070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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