Html Css Color HEX #AE071A Carmine

📋 copy color: '#AE071A'

red 174 ◦ green 7 ◦ blue 26

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

Shades of Carmine #AE071A

Tints of Carmine #AE071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 84.06%
G = 3.38%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE071A (or 0xAE071A) is known color: Carmine. HEX triplet: AE, 07 and 1A. RGB value is (174,7,26). Sum of RGB (Red+Green+Blue) = 174+7+26=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE071A is #51F8E5. Grayscale: #3B3B3B. Windows color (decimal): -5372134 or 1705902. OLE color: 1705902.

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

Color convert

RGB 174 7 26 -
CMYK 0 0.96 0.85 0.32
HSL 353.17º 0.92% 0.35% -
HSV(B) 353.17º 0.96% 0.68% -
XYZ 17.72 9.23 1.82 -
YUV 59.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 174 7 26 0 0.96 0.85 0.32 353.17 0.92 0.35
Hex AE 7 1A 0 60 55 20 161 5C 23
Octal 256 7 32 0 140 125 40 541 134 43
Binary 10101110 111 11010 0 1100000 1010101 100000 101100001 1011100 100011

Color Harmonies of #AE071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE071A

Black with #AE071A

Text Example


Text Example

White with #AE071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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