Html Css Color HEX #B2240C Fire Brick

📋 copy color: '#B2240C'

red 178 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #B2240C

Tints of Fire Brick #B2240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 78.76%
G = 15.93%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2240C (or 0xB2240C) is known color: Fire Brick. HEX triplet: B2, 24 and 0C. RGB value is (178,36,12). Sum of RGB (Red+Green+Blue) = 178+36+12=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2240C is #4DDBF3. Grayscale: #4B4B4B. Windows color (decimal): -5102580 or 795826. OLE color: 795826.

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

Color convert

RGB 178 36 12 -
CMYK 0 0.80 0.93 0.30
HSL 8.67º 0.87% 0.37% -
HSV(B) 8.67º 0.93% 0.7% -
XYZ 19.06 10.75 1.42 -
YUV 75.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 178 36 12 0 0.80 0.93 0.30 8.67 0.87 0.37
Hex B2 24 C 0 50 5D 1E 9 57 25
Octal 262 44 14 0 120 135 36 11 127 45
Binary 10110010 100100 1100 0 1010000 1011101 11110 1001 1010111 100101

Color Harmonies of #B2240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2240C

Black with #B2240C

Text Example


Text Example

White with #B2240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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