Html Css Color HEX #B84328 Medium Carmine

📋 copy color: '#B84328'

red 184 ◦ green 67 ◦ blue 40

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

Shades of Medium Carmine #B84328

Tints of Medium Carmine #B84328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 63.23%
G = 23.02%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B84328 (or 0xB84328) is known color: Medium Carmine. HEX triplet: B8, 43 and 28. RGB value is (184,67,40). Sum of RGB (Red+Green+Blue) = 184+67+40=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B84328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84328 is #47BCD7. Grayscale: #636363. Windows color (decimal): -4701400 or 2638776. OLE color: 2638776.

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

Color convert

RGB 184 67 40 -
CMYK 0 0.64 0.78 0.28
HSL 11.25º 0.64% 0.44% -
HSV(B) 11.25º 0.78% 0.72% -
XYZ 22.16 14.36 3.61 -
YUV 98.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 184 67 40 0 0.64 0.78 0.28 11.25 0.64 0.44
Hex B8 43 28 0 40 4E 1C B 40 2C
Octal 270 103 50 0 100 116 34 13 100 54
Binary 10111000 1000011 101000 0 1000000 1001110 11100 1011 1000000 101100

Color Harmonies of #B84328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84328

Black with #B84328

Text Example


Text Example

White with #B84328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84328; }

 p { color: rgb(184,67,40); }

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

background-color css

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

 a { background-color: rgb(184,67,40); }

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

border-color css

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

 span { border-color: rgb(184,67,40); }

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