Html Css Color HEX #B2241B Fire Brick

📋 copy color: '#B2241B'

red 178 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #B2241B

Tints of Fire Brick #B2241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 73.86%
G = 14.94%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2241B (or 0xB2241B) is known color: Fire Brick. HEX triplet: B2, 24 and 1B. RGB value is (178,36,27). Sum of RGB (Red+Green+Blue) = 178+36+27=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2241B is #4DDBE4. Grayscale: #4D4D4D. Windows color (decimal): -5102565 or 1778866. OLE color: 1778866.

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

Color convert

RGB 178 36 27 -
CMYK 0 0.80 0.85 0.30
HSL 3.58º 0.74% 0.4% -
HSV(B) 3.58º 0.85% 0.7% -
XYZ 19.19 10.81 2.11 -
YUV 77.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 178 36 27 0 0.80 0.85 0.30 3.58 0.74 0.4
Hex B2 24 1B 0 50 55 1E 4 4A 28
Octal 262 44 33 0 120 125 36 4 112 50
Binary 10110010 100100 11011 0 1010000 1010101 11110 100 1001010 101000

Color Harmonies of #B2241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2241B

Black with #B2241B

Text Example


Text Example

White with #B2241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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