Html Css Color HEX #A30222 Carmine

📋 copy color: '#A30222'

red 163 ◦ green 2 ◦ blue 34

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

Shades of Carmine #A30222

Tints of Carmine #A30222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 81.91%
G = 1.01%
B = 17.09%

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

#A30222 (or 0xA30222) is known color: Carmine. HEX triplet: A3, 02 and 22. RGB value is (163,2,34). Sum of RGB (Red+Green+Blue) = 163+2+34=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A30222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30222 is #5CFDDD. Grayscale: #353535. Windows color (decimal): -6094302 or 2228899. OLE color: 2228899.

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

Color convert

RGB 163 2 34 -
CMYK 0 0.99 0.79 0.36
HSL 348.07º 0.98% 0.32% -
HSV(B) 348.07º 0.99% 0.64% -
XYZ 15.41 7.95 2.23 -
YUV 53.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 163 2 34 0 0.99 0.79 0.36 348.07 0.98 0.32
Hex A3 2 22 0 63 4F 24 15C 62 20
Octal 243 2 42 0 143 117 44 534 142 40
Binary 10100011 10 100010 0 1100011 1001111 100100 101011100 1100010 100000

Color Harmonies of #A30222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30222

Black with #A30222

Text Example


Text Example

White with #A30222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30222; }

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

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

background-color css

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

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

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

border-color css

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

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

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