Html Css Color HEX #B8443A Medium Carmine

📋 copy color: '#B8443A'

red 184 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #B8443A

Tints of Medium Carmine #B8443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 59.35%
G = 21.94%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8443A (or 0xB8443A) is known color: Medium Carmine. HEX triplet: B8, 44 and 3A. RGB value is (184,68,58). Sum of RGB (Red+Green+Blue) = 184+68+58=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8443A is #47BBC5. Grayscale: #656565. Windows color (decimal): -4701126 or 3818680. OLE color: 3818680.

HSL color Cylindrical-coordinate representation of color #B8443A: hue angle of 4.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8443A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 58 -
CMYK 0 0.63 0.68 0.28
HSL 4.76º 0.52% 0.47% -
HSV(B) 4.76º 0.68% 0.72% -
XYZ 22.6 14.63 5.64 -
YUV 101.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 184 68 58 0 0.63 0.68 0.28 4.76 0.52 0.47
Hex B8 44 3A 0 3F 44 1C 5 34 2F
Octal 270 104 72 0 77 104 34 5 64 57
Binary 10111000 1000100 111010 0 111111 1000100 11100 101 110100 101111

Color Harmonies of #B8443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8443A

Black with #B8443A

Text Example


Text Example

White with #B8443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8443A; }

 p { color: rgb(184,68,58); }

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

background-color css

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

 a { background-color: rgb(184,68,58); }

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

border-color css

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

 span { border-color: rgb(184,68,58); }

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