Html Css Color HEX #B2251C Fire Brick

📋 copy color: '#B2251C'

red 178 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #B2251C

Tints of Fire Brick #B2251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 73.25%
G = 15.23%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2251C (or 0xB2251C) is known color: Fire Brick. HEX triplet: B2, 25 and 1C. RGB value is (178,37,28). Sum of RGB (Red+Green+Blue) = 178+37+28=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2251C is #4DDAE3. Grayscale: #4E4E4E. Windows color (decimal): -5102308 or 1844658. OLE color: 1844658.

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

Color convert

RGB 178 37 28 -
CMYK 0 0.79 0.84 0.30
HSL 3.6º 0.73% 0.4% -
HSV(B) 3.6º 0.84% 0.7% -
XYZ 19.23 10.87 2.18 -
YUV 78.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 178 37 28 0 0.79 0.84 0.30 3.6 0.73 0.4
Hex B2 25 1C 0 4F 54 1E 4 49 28
Octal 262 45 34 0 117 124 36 4 111 50
Binary 10110010 100101 11100 0 1001111 1010100 11110 100 1001001 101000

Color Harmonies of #B2251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2251C

Black with #B2251C

Text Example


Text Example

White with #B2251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2251C; }

 p { color: rgb(178,37,28); }

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

background-color css

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

 a { background-color: rgb(178,37,28); }

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

border-color css

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

 span { border-color: rgb(178,37,28); }

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