Html Css Color HEX #A30833 Carmine

📋 copy color: '#A30833'

red 163 ◦ green 8 ◦ blue 51

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

Shades of Carmine #A30833

Tints of Carmine #A30833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 73.42%
G = 3.6%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30833 (or 0xA30833) is known color: Carmine. HEX triplet: A3, 08 and 33. RGB value is (163,8,51). Sum of RGB (Red+Green+Blue) = 163+8+51=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A30833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30833 is #5CF7CC. Grayscale: #3B3B3B. Windows color (decimal): -6092749 or 3344547. OLE color: 3344547.

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

Color convert

RGB 163 8 51 -
CMYK 0 0.95 0.69 0.36
HSL 343.35º 0.91% 0.34% -
HSV(B) 343.35º 0.95% 0.64% -
XYZ 15.79 8.2 3.88 -
YUV 59.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 163 8 51 0 0.95 0.69 0.36 343.35 0.91 0.34
Hex A3 8 33 0 5F 45 24 157 5B 22
Octal 243 10 63 0 137 105 44 527 133 42
Binary 10100011 1000 110011 0 1011111 1000101 100100 101010111 1011011 100010

Color Harmonies of #A30833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30833

Black with #A30833

Text Example


Text Example

White with #A30833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30833; }

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

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

background-color css

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

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

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

border-color css

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

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

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