Html Css Color HEX #B5472E Medium Carmine

📋 copy color: '#B5472E'

red 181 ◦ green 71 ◦ blue 46

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

Shades of Medium Carmine #B5472E

Tints of Medium Carmine #B5472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 60.74%
G = 23.83%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5472E (or 0xB5472E) is known color: Medium Carmine. HEX triplet: B5, 47 and 2E. RGB value is (181,71,46). Sum of RGB (Red+Green+Blue) = 181+71+46=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5472E is #4AB8D1. Grayscale: #656565. Windows color (decimal): -4896978 or 3033013. OLE color: 3033013.

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

Color convert

RGB 181 71 46 -
CMYK 0 0.61 0.75 0.29
HSL 11.11º 0.59% 0.45% -
HSV(B) 11.11º 0.75% 0.71% -
XYZ 21.8 14.53 4.24 -
YUV 101.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 181 71 46 0 0.61 0.75 0.29 11.11 0.59 0.45
Hex B5 47 2E 0 3D 4B 1D B 3B 2D
Octal 265 107 56 0 75 113 35 13 73 55
Binary 10110101 1000111 101110 0 111101 1001011 11101 1011 111011 101101

Color Harmonies of #B5472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5472E

Black with #B5472E

Text Example


Text Example

White with #B5472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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