Html Css Color HEX #A30225 Carmine

📋 copy color: '#A30225'

red 163 ◦ green 2 ◦ blue 37

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

Shades of Carmine #A30225

Tints of Carmine #A30225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 80.69%
G = 0.99%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A30225 (or 0xA30225) is known color: Carmine. HEX triplet: A3, 02 and 25. RGB value is (163,2,37). Sum of RGB (Red+Green+Blue) = 163+2+37=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30225 is #5CFDDA. Grayscale: #363636. Windows color (decimal): -6094299 or 2425507. OLE color: 2425507.

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

Color convert

RGB 163 2 37 -
CMYK 0 0.99 0.77 0.36
HSL 346.96º 0.98% 0.32% -
HSV(B) 346.96º 0.99% 0.64% -
XYZ 15.46 7.96 2.47 -
YUV 54.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 163 2 37 0 0.99 0.77 0.36 346.96 0.98 0.32
Hex A3 2 25 0 63 4D 24 15B 62 20
Octal 243 2 45 0 143 115 44 533 142 40
Binary 10100011 10 100101 0 1100011 1001101 100100 101011011 1100010 100000

Color Harmonies of #A30225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30225

Black with #A30225

Text Example


Text Example

White with #A30225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30225; }

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

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

background-color css

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

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

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

border-color css

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

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

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