Html Css Color HEX #B8231E Fire Brick

📋 copy color: '#B8231E'

red 184 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #B8231E

Tints of Fire Brick #B8231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 73.9%
G = 14.06%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8231E (or 0xB8231E) is known color: Fire Brick. HEX triplet: B8, 23 and 1E. RGB value is (184,35,30). Sum of RGB (Red+Green+Blue) = 184+35+30=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8231E is #47DCE1. Grayscale: #4F4F4F. Windows color (decimal): -4709602 or 1975224. OLE color: 1975224.

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

Color convert

RGB 184 35 30 -
CMYK 0 0.81 0.84 0.28
HSL 1.95º 0.72% 0.42% -
HSV(B) 1.95º 0.84% 0.72% -
XYZ 20.6 11.49 2.36 -
YUV 78.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 184 35 30 0 0.81 0.84 0.28 1.95 0.72 0.42
Hex B8 23 1E 0 51 54 1C 2 48 2A
Octal 270 43 36 0 121 124 34 2 110 52
Binary 10111000 100011 11110 0 1010001 1010100 11100 10 1001000 101010

Color Harmonies of #B8231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8231E

Black with #B8231E

Text Example


Text Example

White with #B8231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8231E; }

 p { color: rgb(184,35,30); }

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

background-color css

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

 a { background-color: rgb(184,35,30); }

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

border-color css

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

 span { border-color: rgb(184,35,30); }

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