Html Css Color HEX #A00631 Carmine

📋 copy color: '#A00631'

red 160 ◦ green 6 ◦ blue 49

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

Shades of Carmine #A00631

Tints of Carmine #A00631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 74.42%
G = 2.79%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A00631 (or 0xA00631) is known color: Carmine. HEX triplet: A0, 06 and 31. RGB value is (160,6,49). Sum of RGB (Red+Green+Blue) = 160+6+49=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A00631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00631 is #5FF9CE. Grayscale: #383838. Windows color (decimal): -6289871 or 3212960. OLE color: 3212960.

HSL color Cylindrical-coordinate representation of color #A00631: hue angle of 343.25º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00631 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 49 -
CMYK 0 0.96 0.69 0.37
HSL 343.25º 0.93% 0.33% -
HSV(B) 343.25º 0.96% 0.63% -
XYZ 15.12 7.83 3.62 -
YUV 56.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 160 6 49 0 0.96 0.69 0.37 343.25 0.93 0.33
Hex A0 6 31 0 60 45 25 157 5D 21
Octal 240 6 61 0 140 105 45 527 135 41
Binary 10100000 110 110001 0 1100000 1000101 100101 101010111 1011101 100001

Color Harmonies of #A00631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00631

Black with #A00631

Text Example


Text Example

White with #A00631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00631; }

 p { color: rgb(160,6,49); }

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

background-color css

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

 a { background-color: rgb(160,6,49); }

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

border-color css

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

 span { border-color: rgb(160,6,49); }

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