Html Css Color HEX #A80038 Carmine

📋 copy color: '#A80038'

red 168 ◦ green 0 ◦ blue 56

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

Shades of Carmine #A80038

Tints of Carmine #A80038

RGB

 RED value IS 168 (66.02% from 255) = 75%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A80038 (or 0xA80038) is known color: Carmine. HEX triplet: A8, 00 and 38. RGB value is (168,0,56). Sum of RGB (Red+Green+Blue) = 168+0+56=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80038 is #57FFC7. Grayscale: #383838. Windows color (decimal): -5767112 or 3670184. OLE color: 3670184.

HSL color Cylindrical-coordinate representation of color #A80038: hue angle of 340º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80038 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 56 -
CMYK 0 1 0.67 0.34
HSL 340º 1% 0.33% -
HSV(B) 340º 1% 0.66% -
XYZ 16.86 8.61 4.51 -
YUV 56.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 168 0 56 0 1 0.67 0.34 340 1 0.33
Hex A8 0 38 0 64 43 22 154 64 21
Octal 250 0 70 0 144 103 42 524 144 41
Binary 10101000 0 111000 0 1100100 1000011 100010 101010100 1100100 100001

Color Harmonies of #A80038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80038

Black with #A80038

Text Example


Text Example

White with #A80038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80038; }

 p { color: rgb(168,0,56); }

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

background-color css

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

 a { background-color: rgb(168,0,56); }

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

border-color css

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

 span { border-color: rgb(168,0,56); }

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