Html Css Color HEX #B2241D Fire Brick

📋 copy color: '#B2241D'

red 178 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #B2241D

Tints of Fire Brick #B2241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 73.25%
G = 14.81%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2241D (or 0xB2241D) is known color: Fire Brick. HEX triplet: B2, 24 and 1D. RGB value is (178,36,29). Sum of RGB (Red+Green+Blue) = 178+36+29=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2241D is #4DDBE2. Grayscale: #4D4D4D. Windows color (decimal): -5102563 or 1909938. OLE color: 1909938.

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

Color convert

RGB 178 36 29 -
CMYK 0 0.80 0.84 0.30
HSL 2.82º 0.72% 0.41% -
HSV(B) 2.82º 0.84% 0.7% -
XYZ 19.21 10.82 2.24 -
YUV 77.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 178 36 29 0 0.80 0.84 0.30 2.82 0.72 0.41
Hex B2 24 1D 0 50 54 1E 3 48 29
Octal 262 44 35 0 120 124 36 3 110 51
Binary 10110010 100100 11101 0 1010000 1010100 11110 11 1001000 101001

Color Harmonies of #B2241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2241D

Black with #B2241D

Text Example


Text Example

White with #B2241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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