Html Css Color HEX #A30E1E Carmine

📋 copy color: '#A30E1E'

red 163 ◦ green 14 ◦ blue 30

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

Shades of Carmine #A30E1E

Tints of Carmine #A30E1E

RGB

 RED value IS 163 (64.06% from 255) = 78.74%

 GREEN value IS 14 (5.86% from 255) = 6.76%

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

R = 78.74%
G = 6.76%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A30E1E (or 0xA30E1E) is known color: Carmine. HEX triplet: A3, 0E and 1E. RGB value is (163,14,30). Sum of RGB (Red+Green+Blue) = 163+14+30=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E1E is #5CF1E1. Grayscale: #3C3C3C. Windows color (decimal): -6091234 or 1969827. OLE color: 1969827.

HSL color Cylindrical-coordinate representation of color #A30E1E: hue angle of 353.56º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E1E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 30 -
CMYK 0 0.91 0.82 0.36
HSL 353.56º 0.84% 0.35% -
HSV(B) 353.56º 0.91% 0.64% -
XYZ 15.5 8.19 1.99 -
YUV 60.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 163 14 30 0 0.91 0.82 0.36 353.56 0.84 0.35
Hex A3 E 1E 0 5B 52 24 162 54 23
Octal 243 16 36 0 133 122 44 542 124 43
Binary 10100011 1110 11110 0 1011011 1010010 100100 101100010 1010100 100011

Color Harmonies of #A30E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E1E

Black with #A30E1E

Text Example


Text Example

White with #A30E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E1E; }

 p { color: rgb(163,14,30); }

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

background-color css

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

 a { background-color: rgb(163,14,30); }

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

border-color css

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

 span { border-color: rgb(163,14,30); }

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