Html Css Color HEX #B8392A Medium Carmine

📋 copy color: '#B8392A'

red 184 ◦ green 57 ◦ blue 42

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

Shades of Medium Carmine #B8392A

Tints of Medium Carmine #B8392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 65.02%
G = 20.14%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8392A (or 0xB8392A) is known color: Medium Carmine. HEX triplet: B8, 39 and 2A. RGB value is (184,57,42). Sum of RGB (Red+Green+Blue) = 184+57+42=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8392A is #47C6D5. Grayscale: #5D5D5D. Windows color (decimal): -4703958 or 2767288. OLE color: 2767288.

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

Color convert

RGB 184 57 42 -
CMYK 0 0.69 0.77 0.28
HSL 6.34º 0.63% 0.44% -
HSV(B) 6.34º 0.77% 0.72% -
XYZ 21.65 13.28 3.61 -
YUV 93.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 184 57 42 0 0.69 0.77 0.28 6.34 0.63 0.44
Hex B8 39 2A 0 45 4D 1C 6 3F 2C
Octal 270 71 52 0 105 115 34 6 77 54
Binary 10111000 111001 101010 0 1000101 1001101 11100 110 111111 101100

Color Harmonies of #B8392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8392A

Black with #B8392A

Text Example


Text Example

White with #B8392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8392A; }

 p { color: rgb(184,57,42); }

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

background-color css

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

 a { background-color: rgb(184,57,42); }

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

border-color css

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

 span { border-color: rgb(184,57,42); }

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