Html Css Color HEX #B5473B Medium Carmine

📋 copy color: '#B5473B'

red 181 ◦ green 71 ◦ blue 59

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

Shades of Medium Carmine #B5473B

Tints of Medium Carmine #B5473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 58.2%
G = 22.83%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5473B (or 0xB5473B) is known color: Medium Carmine. HEX triplet: B5, 47 and 3B. RGB value is (181,71,59). Sum of RGB (Red+Green+Blue) = 181+71+59=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473B is #4AB8C4. Grayscale: #666666. Windows color (decimal): -4896965 or 3884981. OLE color: 3884981.

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

Color convert

RGB 181 71 59 -
CMYK 0 0.61 0.67 0.29
HSL 5.9º 0.51% 0.47% -
HSV(B) 5.9º 0.67% 0.71% -
XYZ 22.1 14.65 5.8 -
YUV 102.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 181 71 59 0 0.61 0.67 0.29 5.9 0.51 0.47
Hex B5 47 3B 0 3D 43 1D 6 33 2F
Octal 265 107 73 0 75 103 35 6 63 57
Binary 10110101 1000111 111011 0 111101 1000011 11101 110 110011 101111

Color Harmonies of #B5473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5473B

Black with #B5473B

Text Example


Text Example

White with #B5473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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