Html Css Color HEX #B0403F Medium Carmine

📋 copy color: '#B0403F'

red 176 ◦ green 64 ◦ blue 63

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

Shades of Medium Carmine #B0403F

Tints of Medium Carmine #B0403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 58.09%
G = 21.12%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0403F (or 0xB0403F) is known color: Medium Carmine. HEX triplet: B0, 40 and 3F. RGB value is (176,64,63). Sum of RGB (Red+Green+Blue) = 176+64+63=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403F is #4FBFC0. Grayscale: #616161. Windows color (decimal): -5226433 or 4145328. OLE color: 4145328.

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

Color convert

RGB 176 64 63 -
CMYK 0 0.64 0.64 0.31
HSL 0.53º 0.47% 0.47% -
HSV(B) 0.53º 0.64% 0.69% -
XYZ 20.64 13.26 6.17 -
YUV 97.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 176 64 63 0 0.64 0.64 0.31 0.53 0.47 0.47
Hex B0 40 3F 0 40 40 1F 1 2F 2F
Octal 260 100 77 0 100 100 37 1 57 57
Binary 10110000 1000000 111111 0 1000000 1000000 11111 1 101111 101111

Color Harmonies of #B0403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0403F

Black with #B0403F

Text Example


Text Example

White with #B0403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0403F; }

 p { color: rgb(176,64,63); }

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

background-color css

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

 a { background-color: rgb(176,64,63); }

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

border-color css

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

 span { border-color: rgb(176,64,63); }

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