Html Css Color HEX #A30835 Carmine

📋 copy color: '#A30835'

red 163 ◦ green 8 ◦ blue 53

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

Shades of Carmine #A30835

Tints of Carmine #A30835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 72.77%
G = 3.57%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A30835 (or 0xA30835) is known color: Carmine. HEX triplet: A3, 08 and 35. RGB value is (163,8,53). Sum of RGB (Red+Green+Blue) = 163+8+53=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A30835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30835 is #5CF7CA. Grayscale: #3B3B3B. Windows color (decimal): -6092747 or 3475619. OLE color: 3475619.

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

Color convert

RGB 163 8 53 -
CMYK 0 0.95 0.67 0.36
HSL 342.58º 0.91% 0.34% -
HSV(B) 342.58º 0.95% 0.64% -
XYZ 15.83 8.22 4.12 -
YUV 59.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 163 8 53 0 0.95 0.67 0.36 342.58 0.91 0.34
Hex A3 8 35 0 5F 43 24 157 5B 22
Octal 243 10 65 0 137 103 44 527 133 42
Binary 10100011 1000 110101 0 1011111 1000011 100100 101010111 1011011 100010

Color Harmonies of #A30835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30835

Black with #A30835

Text Example


Text Example

White with #A30835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30835; }

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

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

background-color css

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

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

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

border-color css

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

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

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