Html Css Color HEX #A50B2F Carmine

📋 copy color: '#A50B2F'

red 165 ◦ green 11 ◦ blue 47

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

Shades of Carmine #A50B2F

Tints of Carmine #A50B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 73.99%
G = 4.93%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A50B2F (or 0xA50B2F) is known color: Carmine. HEX triplet: A5, 0B and 2F. RGB value is (165,11,47). Sum of RGB (Red+Green+Blue) = 165+11+47=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B2F is #5AF4D0. Grayscale: #3D3D3D. Windows color (decimal): -5960913 or 3083173. OLE color: 3083173.

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

Color convert

RGB 165 11 47 -
CMYK 0 0.93 0.72 0.35
HSL 345.97º 0.88% 0.35% -
HSV(B) 345.97º 0.93% 0.65% -
XYZ 16.15 8.44 3.47 -
YUV 61.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 165 11 47 0 0.93 0.72 0.35 345.97 0.88 0.35
Hex A5 B 2F 0 5D 48 23 15A 58 23
Octal 245 13 57 0 135 110 43 532 130 43
Binary 10100101 1011 101111 0 1011101 1001000 100011 101011010 1011000 100011

Color Harmonies of #A50B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B2F

Black with #A50B2F

Text Example


Text Example

White with #A50B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B2F; }

 p { color: rgb(165,11,47); }

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

background-color css

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

 a { background-color: rgb(165,11,47); }

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

border-color css

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

 span { border-color: rgb(165,11,47); }

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