Html Css Color HEX #A00138 Carmine

📋 copy color: '#A00138'

red 160 ◦ green 1 ◦ blue 56

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

Shades of Carmine #A00138

Tints of Carmine #A00138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 73.73%
G = 0.46%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A00138 (or 0xA00138) is known color: Carmine. HEX triplet: A0, 01 and 38. RGB value is (160,1,56). Sum of RGB (Red+Green+Blue) = 160+1+56=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00138 is #5FFEC7. Grayscale: #363636. Windows color (decimal): -6291144 or 3670432. OLE color: 3670432.

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

Color convert

RGB 160 1 56 -
CMYK 0 0.99 0.65 0.37
HSL 339.25º 0.99% 0.32% -
HSV(B) 339.25º 0.99% 0.63% -
XYZ 15.22 7.78 4.44 -
YUV 54.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 160 1 56 0 0.99 0.65 0.37 339.25 0.99 0.32
Hex A0 1 38 0 63 41 25 153 63 20
Octal 240 1 70 0 143 101 45 523 143 40
Binary 10100000 1 111000 0 1100011 1000001 100101 101010011 1100011 100000

Color Harmonies of #A00138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00138

Black with #A00138

Text Example


Text Example

White with #A00138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00138; }

 p { color: rgb(160,1,56); }

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

background-color css

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

 a { background-color: rgb(160,1,56); }

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

border-color css

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

 span { border-color: rgb(160,1,56); }

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