Html Css Color HEX #B83128 Fire Brick

📋 copy color: '#B83128'

red 184 ◦ green 49 ◦ blue 40

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

Shades of Fire Brick #B83128

Tints of Fire Brick #B83128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 67.4%
G = 17.95%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B83128 (or 0xB83128) is known color: Fire Brick. HEX triplet: B8, 31 and 28. RGB value is (184,49,40). Sum of RGB (Red+Green+Blue) = 184+49+40=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83128 is #47CED7. Grayscale: #585858. Windows color (decimal): -4706008 or 2634168. OLE color: 2634168.

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

Color convert

RGB 184 49 40 -
CMYK 0 0.73 0.78 0.28
HSL 3.75º 0.64% 0.44% -
HSV(B) 3.75º 0.78% 0.72% -
XYZ 21.25 12.54 3.31 -
YUV 88.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 184 49 40 0 0.73 0.78 0.28 3.75 0.64 0.44
Hex B8 31 28 0 49 4E 1C 4 40 2C
Octal 270 61 50 0 111 116 34 4 100 54
Binary 10111000 110001 101000 0 1001001 1001110 11100 100 1000000 101100

Color Harmonies of #B83128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83128

Black with #B83128

Text Example


Text Example

White with #B83128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83128; }

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

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

background-color css

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

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

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

border-color css

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

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

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