Html Css Color HEX #B0453A Medium Carmine

📋 copy color: '#B0453A'

red 176 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #B0453A

Tints of Medium Carmine #B0453A

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

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

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

R = 58.09%
G = 22.77%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0453A (or 0xB0453A) is known color: Medium Carmine. HEX triplet: B0, 45 and 3A. RGB value is (176,69,58). Sum of RGB (Red+Green+Blue) = 176+69+58=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0453A is #4FBAC5. Grayscale: #636363. Windows color (decimal): -5225158 or 3818928. OLE color: 3818928.

HSL color Cylindrical-coordinate representation of color #B0453A: hue angle of 5.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0453A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 58 -
CMYK 0 0.61 0.67 0.31
HSL 5.59º 0.5% 0.46% -
HSV(B) 5.59º 0.67% 0.69% -
XYZ 20.8 13.79 5.57 -
YUV 99.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 176 69 58 0 0.61 0.67 0.31 5.59 0.5 0.46
Hex B0 45 3A 0 3D 43 1F 6 32 2E
Octal 260 105 72 0 75 103 37 6 62 56
Binary 10110000 1000101 111010 0 111101 1000011 11111 110 110010 101110

Color Harmonies of #B0453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0453A

Black with #B0453A

Text Example


Text Example

White with #B0453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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