Html Css Color HEX #B8352C Medium Carmine

📋 copy color: '#B8352C'

red 184 ◦ green 53 ◦ blue 44

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

Shades of Medium Carmine #B8352C

Tints of Medium Carmine #B8352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 65.48%
G = 18.86%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8352C (or 0xB8352C) is known color: Medium Carmine. HEX triplet: B8, 35 and 2C. RGB value is (184,53,44). Sum of RGB (Red+Green+Blue) = 184+53+44=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8352C is #47CAD3. Grayscale: #5B5B5B. Windows color (decimal): -4704980 or 2897336. OLE color: 2897336.

HSL color Cylindrical-coordinate representation of color #B8352C: hue angle of 3.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8352C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 44 -
CMYK 0 0.71 0.76 0.28
HSL 3.86º 0.61% 0.45% -
HSV(B) 3.86º 0.76% 0.72% -
XYZ 21.49 12.92 3.74 -
YUV 91.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 184 53 44 0 0.71 0.76 0.28 3.86 0.61 0.45
Hex B8 35 2C 0 47 4C 1C 4 3D 2D
Octal 270 65 54 0 107 114 34 4 75 55
Binary 10111000 110101 101100 0 1000111 1001100 11100 100 111101 101101

Color Harmonies of #B8352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8352C

Black with #B8352C

Text Example


Text Example

White with #B8352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8352C; }

 p { color: rgb(184,53,44); }

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

background-color css

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

 a { background-color: rgb(184,53,44); }

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

border-color css

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

 span { border-color: rgb(184,53,44); }

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