Html Css Color HEX #B84028 Medium Carmine

📋 copy color: '#B84028'

red 184 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B84028

Tints of Medium Carmine #B84028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 63.89%
G = 22.22%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B84028 (or 0xB84028) is known color: Medium Carmine. HEX triplet: B8, 40 and 28. RGB value is (184,64,40). Sum of RGB (Red+Green+Blue) = 184+64+40=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B84028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84028 is #47BFD7. Grayscale: #616161. Windows color (decimal): -4702168 or 2638008. OLE color: 2638008.

HSL color Cylindrical-coordinate representation of color #B84028: hue angle of 10º 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 #B84028 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 40 -
CMYK 0 0.65 0.78 0.28
HSL 10º 0.64% 0.44% -
HSV(B) 10º 0.78% 0.72% -
XYZ 21.98 14.01 3.55 -
YUV 97.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 184 64 40 0 0.65 0.78 0.28 10 0.64 0.44
Hex B8 40 28 0 41 4E 1C A 40 2C
Octal 270 100 50 0 101 116 34 12 100 54
Binary 10111000 1000000 101000 0 1000001 1001110 11100 1010 1000000 101100

Color Harmonies of #B84028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84028

Black with #B84028

Text Example


Text Example

White with #B84028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84028; }

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

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

background-color css

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

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

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

border-color css

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

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

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