Html Css Color HEX #A00530 Carmine

📋 copy color: '#A00530'

red 160 ◦ green 5 ◦ blue 48

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

Shades of Carmine #A00530

Tints of Carmine #A00530

RGB

 RED value IS 160 (62.89% from 255) = 75.12%

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 75.12%
G = 2.35%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A00530 (or 0xA00530) is known color: Carmine. HEX triplet: A0, 05 and 30. RGB value is (160,5,48). Sum of RGB (Red+Green+Blue) = 160+5+48=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A00530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00530 is #5FFACF. Grayscale: #383838. Windows color (decimal): -6290128 or 3147168. OLE color: 3147168.

HSL color Cylindrical-coordinate representation of color #A00530: hue angle of 343.35º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00530 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 48 -
CMYK 0 0.97 0.70 0.37
HSL 343.35º 0.94% 0.32% -
HSV(B) 343.35º 0.97% 0.63% -
XYZ 15.08 7.8 3.51 -
YUV 56.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 160 5 48 0 0.97 0.70 0.37 343.35 0.94 0.32
Hex A0 5 30 0 61 46 25 157 5E 20
Octal 240 5 60 0 141 106 45 527 136 40
Binary 10100000 101 110000 0 1100001 1000110 100101 101010111 1011110 100000

Color Harmonies of #A00530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00530

Black with #A00530

Text Example


Text Example

White with #A00530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00530; }

 p { color: rgb(160,5,48); }

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

background-color css

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

 a { background-color: rgb(160,5,48); }

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

border-color css

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

 span { border-color: rgb(160,5,48); }

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