Html Css Color HEX #B83126 Fire Brick

📋 copy color: '#B83126'

red 184 ◦ green 49 ◦ blue 38

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

Shades of Fire Brick #B83126

Tints of Fire Brick #B83126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 67.9%
G = 18.08%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B83126 (or 0xB83126) is known color: Fire Brick. HEX triplet: B8, 31 and 26. RGB value is (184,49,38). Sum of RGB (Red+Green+Blue) = 184+49+38=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B83126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83126 is #47CED9. Grayscale: #585858. Windows color (decimal): -4706010 or 2503096. OLE color: 2503096.

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

Color convert

RGB 184 49 38 -
CMYK 0 0.73 0.79 0.28
HSL 4.52º 0.66% 0.44% -
HSV(B) 4.52º 0.79% 0.72% -
XYZ 21.22 12.53 3.13 -
YUV 88.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 184 49 38 0 0.73 0.79 0.28 4.52 0.66 0.44
Hex B8 31 26 0 49 4F 1C 5 42 2C
Octal 270 61 46 0 111 117 34 5 102 54
Binary 10111000 110001 100110 0 1001001 1001111 11100 101 1000010 101100

Color Harmonies of #B83126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83126

Black with #B83126

Text Example


Text Example

White with #B83126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83126; }

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

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

background-color css

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

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

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

border-color css

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

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

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