Html Css Color HEX #B5473D Medium Carmine

📋 copy color: '#B5473D'

red 181 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #B5473D

Tints of Medium Carmine #B5473D

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 57.83%
G = 22.68%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5473D (or 0xB5473D) is known color: Medium Carmine. HEX triplet: B5, 47 and 3D. RGB value is (181,71,61). Sum of RGB (Red+Green+Blue) = 181+71+61=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473D is #4AB8C2. Grayscale: #666666. Windows color (decimal): -4896963 or 4016053. OLE color: 4016053.

HSL color Cylindrical-coordinate representation of color #B5473D: hue angle of 5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5473D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 61 -
CMYK 0 0.61 0.66 0.29
HSL 0.5% 0.47% -
HSV(B) 0.66% 0.71% -
XYZ 22.15 14.67 6.08 -
YUV 102.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 181 71 61 0 0.61 0.66 0.29 5 0.5 0.47
Hex B5 47 3D 0 3D 42 1D 5 32 2F
Octal 265 107 75 0 75 102 35 5 62 57
Binary 10110101 1000111 111101 0 111101 1000010 11101 101 110010 101111

Color Harmonies of #B5473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5473D

Black with #B5473D

Text Example


Text Example

White with #B5473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5473D; }

 p { color: rgb(181,71,61); }

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

background-color css

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

 a { background-color: rgb(181,71,61); }

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

border-color css

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

 span { border-color: rgb(181,71,61); }

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