Html Css Color HEX #A30828 Carmine

📋 copy color: '#A30828'

red 163 ◦ green 8 ◦ blue 40

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

Shades of Carmine #A30828

Tints of Carmine #A30828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 77.25%
G = 3.79%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30828 (or 0xA30828) is known color: Carmine. HEX triplet: A3, 08 and 28. RGB value is (163,8,40). Sum of RGB (Red+Green+Blue) = 163+8+40=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A30828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30828 is #5CF7D7. Grayscale: #3A3A3A. Windows color (decimal): -6092760 or 2623651. OLE color: 2623651.

HSL color Cylindrical-coordinate representation of color #A30828: hue angle of 347.61º 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 #A30828 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 40 -
CMYK 0 0.95 0.75 0.36
HSL 347.61º 0.91% 0.34% -
HSV(B) 347.61º 0.95% 0.64% -
XYZ 15.57 8.11 2.75 -
YUV 57.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 163 8 40 0 0.95 0.75 0.36 347.61 0.91 0.34
Hex A3 8 28 0 5F 4B 24 15C 5B 22
Octal 243 10 50 0 137 113 44 534 133 42
Binary 10100011 1000 101000 0 1011111 1001011 100100 101011100 1011011 100010

Color Harmonies of #A30828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30828

Black with #A30828

Text Example


Text Example

White with #A30828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30828; }

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

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

background-color css

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

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

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

border-color css

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

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

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