Html Css Color HEX #B8413E Medium Carmine

📋 copy color: '#B8413E'

red 184 ◦ green 65 ◦ blue 62

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

Shades of Medium Carmine #B8413E

Tints of Medium Carmine #B8413E

RGB

 RED value IS 184 (72.27% from 255) = 59.16%

 GREEN value IS 65 (25.78% from 255) = 20.9%

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

R = 59.16%
G = 20.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8413E (or 0xB8413E) is known color: Medium Carmine. HEX triplet: B8, 41 and 3E. RGB value is (184,65,62). Sum of RGB (Red+Green+Blue) = 184+65+62=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8413E is #47BEC1. Grayscale: #646464. Windows color (decimal): -4701890 or 4080056. OLE color: 4080056.

HSL color Cylindrical-coordinate representation of color #B8413E: hue angle of 1.48º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8413E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 62 -
CMYK 0 0.65 0.66 0.28
HSL 1.48º 0.5% 0.48% -
HSV(B) 1.48º 0.66% 0.72% -
XYZ 22.53 14.32 6.13 -
YUV 100.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 184 65 62 0 0.65 0.66 0.28 1.48 0.5 0.48
Hex B8 41 3E 0 41 42 1C 1 32 30
Octal 270 101 76 0 101 102 34 1 62 60
Binary 10111000 1000001 111110 0 1000001 1000010 11100 1 110010 110000

Color Harmonies of #B8413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8413E

Black with #B8413E

Text Example


Text Example

White with #B8413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8413E; }

 p { color: rgb(184,65,62); }

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

background-color css

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

 a { background-color: rgb(184,65,62); }

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

border-color css

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

 span { border-color: rgb(184,65,62); }

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