Html Css Color HEX #B0403E Medium Carmine

📋 copy color: '#B0403E'

red 176 ◦ green 64 ◦ blue 62

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

Shades of Medium Carmine #B0403E

Tints of Medium Carmine #B0403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 58.28%
G = 21.19%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0403E (or 0xB0403E) is known color: Medium Carmine. HEX triplet: B0, 40 and 3E. RGB value is (176,64,62). Sum of RGB (Red+Green+Blue) = 176+64+62=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403E is #4FBFC1. Grayscale: #616161. Windows color (decimal): -5226434 or 4079792. OLE color: 4079792.

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

Color convert

RGB 176 64 62 -
CMYK 0 0.64 0.65 0.31
HSL 1.05º 0.48% 0.47% -
HSV(B) 1.05º 0.65% 0.69% -
XYZ 20.61 13.24 6.03 -
YUV 97.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 176 64 62 0 0.64 0.65 0.31 1.05 0.48 0.47
Hex B0 40 3E 0 40 41 1F 1 30 2F
Octal 260 100 76 0 100 101 37 1 60 57
Binary 10110000 1000000 111110 0 1000000 1000001 11111 1 110000 101111

Color Harmonies of #B0403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0403E

Black with #B0403E

Text Example


Text Example

White with #B0403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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