Html Css Color HEX #A30821 Carmine

📋 copy color: '#A30821'

red 163 ◦ green 8 ◦ blue 33

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

Shades of Carmine #A30821

Tints of Carmine #A30821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 33 (13.28% from 255) = 16.18%

R = 79.9%
G = 3.92%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A30821 (or 0xA30821) is known color: Carmine. HEX triplet: A3, 08 and 21. RGB value is (163,8,33). Sum of RGB (Red+Green+Blue) = 163+8+33=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A30821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30821 is #5CF7DE. Grayscale: #393939. Windows color (decimal): -6092767 or 2164899. OLE color: 2164899.

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

Color convert

RGB 163 8 33 -
CMYK 0 0.95 0.80 0.36
HSL 350.32º 0.91% 0.34% -
HSV(B) 350.32º 0.95% 0.64% -
XYZ 15.47 8.07 2.18 -
YUV 57.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 163 8 33 0 0.95 0.80 0.36 350.32 0.91 0.34
Hex A3 8 21 0 5F 50 24 15E 5B 22
Octal 243 10 41 0 137 120 44 536 133 42
Binary 10100011 1000 100001 0 1011111 1010000 100100 101011110 1011011 100010

Color Harmonies of #A30821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30821

Black with #A30821

Text Example


Text Example

White with #A30821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30821; }

 p { color: rgb(163,8,33); }

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

background-color css

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

 a { background-color: rgb(163,8,33); }

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

border-color css

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

 span { border-color: rgb(163,8,33); }

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