Html Css Color HEX #B83027 Fire Brick

📋 copy color: '#B83027'

red 184 ◦ green 48 ◦ blue 39

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

Shades of Fire Brick #B83027

Tints of Fire Brick #B83027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 67.9%
G = 17.71%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B83027 (or 0xB83027) is known color: Fire Brick. HEX triplet: B8, 30 and 27. RGB value is (184,48,39). Sum of RGB (Red+Green+Blue) = 184+48+39=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B83027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83027 is #47CFD8. Grayscale: #575757. Windows color (decimal): -4706265 or 2568376. OLE color: 2568376.

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

Color convert

RGB 184 48 39 -
CMYK 0 0.74 0.79 0.28
HSL 3.72º 0.65% 0.44% -
HSV(B) 3.72º 0.79% 0.72% -
XYZ 21.19 12.45 3.21 -
YUV 87.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 184 48 39 0 0.74 0.79 0.28 3.72 0.65 0.44
Hex B8 30 27 0 4A 4F 1C 4 41 2C
Octal 270 60 47 0 112 117 34 4 101 54
Binary 10111000 110000 100111 0 1001010 1001111 11100 100 1000001 101100

Color Harmonies of #B83027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83027

Black with #B83027

Text Example


Text Example

White with #B83027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83027; }

 p { color: rgb(184,48,39); }

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

background-color css

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

 a { background-color: rgb(184,48,39); }

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

border-color css

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

 span { border-color: rgb(184,48,39); }

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