Html Css Color HEX #B0453D Medium Carmine

📋 copy color: '#B0453D'

red 176 ◦ green 69 ◦ blue 61

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

Shades of Medium Carmine #B0453D

Tints of Medium Carmine #B0453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 57.52%
G = 22.55%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0453D (or 0xB0453D) is known color: Medium Carmine. HEX triplet: B0, 45 and 3D. RGB value is (176,69,61). Sum of RGB (Red+Green+Blue) = 176+69+61=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0453D is #4FBAC2. Grayscale: #646464. Windows color (decimal): -5225155 or 4015536. OLE color: 4015536.

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

Color convert

RGB 176 69 61 -
CMYK 0 0.61 0.65 0.31
HSL 4.17º 0.49% 0.46% -
HSV(B) 4.17º 0.65% 0.69% -
XYZ 20.87 13.82 5.98 -
YUV 100.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 176 69 61 0 0.61 0.65 0.31 4.17 0.49 0.46
Hex B0 45 3D 0 3D 41 1F 4 31 2E
Octal 260 105 75 0 75 101 37 4 61 56
Binary 10110000 1000101 111101 0 111101 1000001 11111 100 110001 101110

Color Harmonies of #B0453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0453D

Black with #B0453D

Text Example


Text Example

White with #B0453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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