Html Css Color HEX #B8241E Fire Brick

📋 copy color: '#B8241E'

red 184 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #B8241E

Tints of Fire Brick #B8241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 73.6%
G = 14.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8241E (or 0xB8241E) is known color: Fire Brick. HEX triplet: B8, 24 and 1E. RGB value is (184,36,30). Sum of RGB (Red+Green+Blue) = 184+36+30=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8241E is #47DBE1. Grayscale: #4F4F4F. Windows color (decimal): -4709346 or 1975480. OLE color: 1975480.

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

Color convert

RGB 184 36 30 -
CMYK 0 0.80 0.84 0.28
HSL 2.34º 0.72% 0.42% -
HSV(B) 2.34º 0.84% 0.72% -
XYZ 20.63 11.55 2.37 -
YUV 79.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 184 36 30 0 0.80 0.84 0.28 2.34 0.72 0.42
Hex B8 24 1E 0 50 54 1C 2 48 2A
Octal 270 44 36 0 120 124 34 2 110 52
Binary 10111000 100100 11110 0 1010000 1010100 11100 10 1001000 101010

Color Harmonies of #B8241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8241E

Black with #B8241E

Text Example


Text Example

White with #B8241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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