Html Css Color HEX #A30126 Carmine

📋 copy color: '#A30126'

red 163 ◦ green 1 ◦ blue 38

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

Shades of Carmine #A30126

Tints of Carmine #A30126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 80.69%
G = 0.5%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A30126 (or 0xA30126) is known color: Carmine. HEX triplet: A3, 01 and 26. RGB value is (163,1,38). Sum of RGB (Red+Green+Blue) = 163+1+38=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30126 is #5CFED9. Grayscale: #353535. Windows color (decimal): -6094554 or 2490787. OLE color: 2490787.

HSL color Cylindrical-coordinate representation of color #A30126: hue angle of 346.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30126 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 38 -
CMYK 0 0.99 0.77 0.36
HSL 346.3º 0.99% 0.32% -
HSV(B) 346.3º 0.99% 0.64% -
XYZ 15.46 7.95 2.55 -
YUV 53.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 163 1 38 0 0.99 0.77 0.36 346.3 0.99 0.32
Hex A3 1 26 0 63 4D 24 15A 63 20
Octal 243 1 46 0 143 115 44 532 143 40
Binary 10100011 1 100110 0 1100011 1001101 100100 101011010 1100011 100000

Color Harmonies of #A30126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30126

Black with #A30126

Text Example


Text Example

White with #A30126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30126; }

 p { color: rgb(163,1,38); }

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

background-color css

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

 a { background-color: rgb(163,1,38); }

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

border-color css

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

 span { border-color: rgb(163,1,38); }

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