Html Css Color HEX #A30223 Carmine

📋 copy color: '#A30223'

red 163 ◦ green 2 ◦ blue 35

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

Shades of Carmine #A30223

Tints of Carmine #A30223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 81.5%
G = 1%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A30223 (or 0xA30223) is known color: Carmine. HEX triplet: A3, 02 and 23. RGB value is (163,2,35). Sum of RGB (Red+Green+Blue) = 163+2+35=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A30223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30223 is #5CFDDC. Grayscale: #353535. Windows color (decimal): -6094301 or 2294435. OLE color: 2294435.

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

Color convert

RGB 163 2 35 -
CMYK 0 0.99 0.79 0.36
HSL 347.7º 0.98% 0.32% -
HSV(B) 347.7º 0.99% 0.64% -
XYZ 15.43 7.95 2.31 -
YUV 53.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 163 2 35 0 0.99 0.79 0.36 347.7 0.98 0.32
Hex A3 2 23 0 63 4F 24 15C 62 20
Octal 243 2 43 0 143 117 44 534 142 40
Binary 10100011 10 100011 0 1100011 1001111 100100 101011100 1100010 100000

Color Harmonies of #A30223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30223

Black with #A30223

Text Example


Text Example

White with #A30223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30223; }

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

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

background-color css

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

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

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

border-color css

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

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

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