Html Css Color HEX #B0453B Medium Carmine

📋 copy color: '#B0453B'

red 176 ◦ green 69 ◦ blue 59

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

Shades of Medium Carmine #B0453B

Tints of Medium Carmine #B0453B

RGB

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

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

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

R = 57.89%
G = 22.7%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0453B (or 0xB0453B) is known color: Medium Carmine. HEX triplet: B0, 45 and 3B. RGB value is (176,69,59). Sum of RGB (Red+Green+Blue) = 176+69+59=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0453B is #4FBAC4. Grayscale: #636363. Windows color (decimal): -5225157 or 3884464. OLE color: 3884464.

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

Color convert

RGB 176 69 59 -
CMYK 0 0.61 0.66 0.31
HSL 5.13º 0.5% 0.46% -
HSV(B) 5.13º 0.66% 0.69% -
XYZ 20.82 13.8 5.7 -
YUV 99.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 176 69 59 0 0.61 0.66 0.31 5.13 0.5 0.46
Hex B0 45 3B 0 3D 42 1F 5 32 2E
Octal 260 105 73 0 75 102 37 5 62 56
Binary 10110000 1000101 111011 0 111101 1000010 11111 101 110010 101110

Color Harmonies of #B0453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0453B

Black with #B0453B

Text Example


Text Example

White with #B0453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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