Html Css Color HEX #A50C1F Carmine

📋 copy color: '#A50C1F'

red 165 ◦ green 12 ◦ blue 31

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

Shades of Carmine #A50C1F

Tints of Carmine #A50C1F

RGB

 RED value IS 165 (64.84% from 255) = 79.33%

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 79.33%
G = 5.77%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50C1F (or 0xA50C1F) is known color: Carmine. HEX triplet: A5, 0C and 1F. RGB value is (165,12,31). Sum of RGB (Red+Green+Blue) = 165+12+31=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C1F is #5AF3E0. Grayscale: #3B3B3B. Windows color (decimal): -5960673 or 2034853. OLE color: 2034853.

HSL color Cylindrical-coordinate representation of color #A50C1F: hue angle of 352.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C1F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 31 -
CMYK 0 0.93 0.81 0.35
HSL 352.55º 0.86% 0.35% -
HSV(B) 352.55º 0.93% 0.65% -
XYZ 15.9 8.36 2.07 -
YUV 59.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 165 12 31 0 0.93 0.81 0.35 352.55 0.86 0.35
Hex A5 C 1F 0 5D 51 23 161 56 23
Octal 245 14 37 0 135 121 43 541 126 43
Binary 10100101 1100 11111 0 1011101 1010001 100011 101100001 1010110 100011

Color Harmonies of #A50C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C1F

Black with #A50C1F

Text Example


Text Example

White with #A50C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C1F; }

 p { color: rgb(165,12,31); }

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

background-color css

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

 a { background-color: rgb(165,12,31); }

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

border-color css

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

 span { border-color: rgb(165,12,31); }

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