Html Css Color HEX #B8352E Medium Carmine

📋 copy color: '#B8352E'

red 184 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #B8352E

Tints of Medium Carmine #B8352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 65.02%
G = 18.73%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8352E (or 0xB8352E) is known color: Medium Carmine. HEX triplet: B8, 35 and 2E. RGB value is (184,53,46). Sum of RGB (Red+Green+Blue) = 184+53+46=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8352E is #47CAD1. Grayscale: #5B5B5B. Windows color (decimal): -4704978 or 3028408. OLE color: 3028408.

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

Color convert

RGB 184 53 46 -
CMYK 0 0.71 0.75 0.28
HSL 3.04º 0.6% 0.45% -
HSV(B) 3.04º 0.75% 0.72% -
XYZ 21.53 12.93 3.95 -
YUV 91.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 184 53 46 0 0.71 0.75 0.28 3.04 0.6 0.45
Hex B8 35 2E 0 47 4B 1C 3 3C 2D
Octal 270 65 56 0 107 113 34 3 74 55
Binary 10111000 110101 101110 0 1000111 1001011 11100 11 111100 101101

Color Harmonies of #B8352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8352E

Black with #B8352E

Text Example


Text Example

White with #B8352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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