Html Css Color HEX #A5031E Carmine

📋 copy color: '#A5031E'

red 165 ◦ green 3 ◦ blue 30

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

Shades of Carmine #A5031E

Tints of Carmine #A5031E

RGB

 RED value IS 165 (64.84% from 255) = 83.33%

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

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

R = 83.33%
G = 1.52%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5031E (or 0xA5031E) is known color: Carmine. HEX triplet: A5, 03 and 1E. RGB value is (165,3,30). Sum of RGB (Red+Green+Blue) = 165+3+30=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A5031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5031E is #5AFCE1. Grayscale: #363636. Windows color (decimal): -5962978 or 1967013. OLE color: 1967013.

HSL color Cylindrical-coordinate representation of color #A5031E: hue angle of 350º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5031E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 3 30 -
CMYK 0 0.98 0.82 0.35
HSL 350º 0.96% 0.33% -
HSV(B) 350º 0.98% 0.65% -
XYZ 15.78 8.16 1.97 -
YUV 54.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 165 3 30 0 0.98 0.82 0.35 350 0.96 0.33
Hex A5 3 1E 0 62 52 23 15E 60 21
Octal 245 3 36 0 142 122 43 536 140 41
Binary 10100101 11 11110 0 1100010 1010010 100011 101011110 1100000 100001

Color Harmonies of #A5031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5031E

Black with #A5031E

Text Example


Text Example

White with #A5031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5031E; }

 p { color: rgb(165,3,30); }

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

background-color css

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

 a { background-color: rgb(165,3,30); }

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

border-color css

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

 span { border-color: rgb(165,3,30); }

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