Html Css Color HEX #A50C1E Carmine

📋 copy color: '#A50C1E'

red 165 ◦ green 12 ◦ blue 30

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

Shades of Carmine #A50C1E

Tints of Carmine #A50C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 79.71%
G = 5.8%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A50C1E (or 0xA50C1E) is known color: Carmine. HEX triplet: A5, 0C and 1E. RGB value is (165,12,30). Sum of RGB (Red+Green+Blue) = 165+12+30=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C1E is #5AF3E1. Grayscale: #3B3B3B. Windows color (decimal): -5960674 or 1969317. OLE color: 1969317.

HSL color Cylindrical-coordinate representation of color #A50C1E: hue angle of 352.94º 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 #A50C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 30 -
CMYK 0 0.93 0.82 0.35
HSL 352.94º 0.86% 0.35% -
HSV(B) 352.94º 0.93% 0.65% -
XYZ 15.88 8.36 2 -
YUV 59.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 165 12 30 0 0.93 0.82 0.35 352.94 0.86 0.35
Hex A5 C 1E 0 5D 52 23 161 56 23
Octal 245 14 36 0 135 122 43 541 126 43
Binary 10100101 1100 11110 0 1011101 1010010 100011 101100001 1010110 100011

Color Harmonies of #A50C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C1E

Black with #A50C1E

Text Example


Text Example

White with #A50C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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