Html Css Color HEX #B5453A Medium Carmine

📋 copy color: '#B5453A'

red 181 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #B5453A

Tints of Medium Carmine #B5453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 58.77%
G = 22.4%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5453A (or 0xB5453A) is known color: Medium Carmine. HEX triplet: B5, 45 and 3A. RGB value is (181,69,58). Sum of RGB (Red+Green+Blue) = 181+69+58=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5453A is #4ABAC5. Grayscale: #656565. Windows color (decimal): -4897478 or 3818933. OLE color: 3818933.

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

Color convert

RGB 181 69 58 -
CMYK 0 0.62 0.68 0.29
HSL 5.37º 0.51% 0.47% -
HSV(B) 5.37º 0.68% 0.71% -
XYZ 21.95 14.39 5.62 -
YUV 101.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 181 69 58 0 0.62 0.68 0.29 5.37 0.51 0.47
Hex B5 45 3A 0 3E 44 1D 5 33 2F
Octal 265 105 72 0 76 104 35 5 63 57
Binary 10110101 1000101 111010 0 111110 1000100 11101 101 110011 101111

Color Harmonies of #B5453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5453A

Black with #B5453A

Text Example


Text Example

White with #B5453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5453A; }

 p { color: rgb(181,69,58); }

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

background-color css

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

 a { background-color: rgb(181,69,58); }

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

border-color css

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

 span { border-color: rgb(181,69,58); }

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