Html Css Color HEX #B5463B Medium Carmine

📋 copy color: '#B5463B'

red 181 ◦ green 70 ◦ blue 59

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

Shades of Medium Carmine #B5463B

Tints of Medium Carmine #B5463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 58.39%
G = 22.58%
B = 19.03%

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

#B5463B (or 0xB5463B) is known color: Medium Carmine. HEX triplet: B5, 46 and 3B. RGB value is (181,70,59). Sum of RGB (Red+Green+Blue) = 181+70+59=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5463B is #4AB9C4. Grayscale: #666666. Windows color (decimal): -4897221 or 3884725. OLE color: 3884725.

HSL color Cylindrical-coordinate representation of color #B5463B: hue angle of 5.41º 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 #B5463B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 59 -
CMYK 0 0.61 0.67 0.29
HSL 5.41º 0.51% 0.47% -
HSV(B) 5.41º 0.67% 0.71% -
XYZ 22.04 14.52 5.78 -
YUV 101.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 181 70 59 0 0.61 0.67 0.29 5.41 0.51 0.47
Hex B5 46 3B 0 3D 43 1D 5 33 2F
Octal 265 106 73 0 75 103 35 5 63 57
Binary 10110101 1000110 111011 0 111101 1000011 11101 101 110011 101111

Color Harmonies of #B5463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5463B

Black with #B5463B

Text Example


Text Example

White with #B5463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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