Html Css Color HEX #B2240B Fire Brick

📋 copy color: '#B2240B'

red 178 ◦ green 36 ◦ blue 11

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

Shades of Fire Brick #B2240B

Tints of Fire Brick #B2240B

RGB

 RED value IS 178 (69.92% from 255) = 79.11%

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 79.11%
G = 16%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2240B (or 0xB2240B) is known color: Fire Brick. HEX triplet: B2, 24 and 0B. RGB value is (178,36,11). Sum of RGB (Red+Green+Blue) = 178+36+11=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2240B is #4DDBF4. Grayscale: #4B4B4B. Windows color (decimal): -5102581 or 730290. OLE color: 730290.

HSL color Cylindrical-coordinate representation of color #B2240B: hue angle of 8.98º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2240B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 11 -
CMYK 0 0.80 0.94 0.30
HSL 8.98º 0.88% 0.37% -
HSV(B) 8.98º 0.94% 0.7% -
XYZ 19.05 10.75 1.39 -
YUV 75.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 178 36 11 0 0.80 0.94 0.30 8.98 0.88 0.37
Hex B2 24 B 0 50 5E 1E 9 58 25
Octal 262 44 13 0 120 136 36 11 130 45
Binary 10110010 100100 1011 0 1010000 1011110 11110 1001 1011000 100101

Color Harmonies of #B2240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2240B

Black with #B2240B

Text Example


Text Example

White with #B2240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2240B; }

 p { color: rgb(178,36,11); }

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

background-color css

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

 a { background-color: rgb(178,36,11); }

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

border-color css

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

 span { border-color: rgb(178,36,11); }

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