Html Css Color HEX #A30230 Carmine

📋 copy color: '#A30230'

red 163 ◦ green 2 ◦ blue 48

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

Shades of Carmine #A30230

Tints of Carmine #A30230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 76.53%
G = 0.94%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A30230 (or 0xA30230) is known color: Carmine. HEX triplet: A3, 02 and 30. RGB value is (163,2,48). Sum of RGB (Red+Green+Blue) = 163+2+48=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A30230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30230 is #5CFDCF. Grayscale: #373737. Windows color (decimal): -6094288 or 3146403. OLE color: 3146403.

HSL color Cylindrical-coordinate representation of color #A30230: hue angle of 342.86º degrees, saturation: 0.98, 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 #A30230 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 48 -
CMYK 0 0.99 0.71 0.36
HSL 342.86º 0.98% 0.32% -
HSV(B) 342.86º 0.99% 0.64% -
XYZ 15.66 8.04 3.52 -
YUV 55.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 163 2 48 0 0.99 0.71 0.36 342.86 0.98 0.32
Hex A3 2 30 0 63 47 24 157 62 20
Octal 243 2 60 0 143 107 44 527 142 40
Binary 10100011 10 110000 0 1100011 1000111 100100 101010111 1100010 100000

Color Harmonies of #A30230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30230

Black with #A30230

Text Example


Text Example

White with #A30230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30230; }

 p { color: rgb(163,2,48); }

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

background-color css

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

 a { background-color: rgb(163,2,48); }

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

border-color css

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

 span { border-color: rgb(163,2,48); }

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