Html Css Color HEX #B2301C Fire Brick

📋 copy color: '#B2301C'

red 178 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #B2301C

Tints of Fire Brick #B2301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 70.08%
G = 18.9%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2301C (or 0xB2301C) is known color: Fire Brick. HEX triplet: B2, 30 and 1C. RGB value is (178,48,28). Sum of RGB (Red+Green+Blue) = 178+48+28=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2301C is #4DCFE3. Grayscale: #545454. Windows color (decimal): -5099492 or 1847474. OLE color: 1847474.

HSL color Cylindrical-coordinate representation of color #B2301C: hue angle of 8º 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 #B2301C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 28 -
CMYK 0 0.73 0.84 0.30
HSL 0.73% 0.4% -
HSV(B) 0.84% 0.7% -
XYZ 19.63 11.66 2.32 -
YUV 84.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 178 48 28 0 0.73 0.84 0.30 8 0.73 0.4
Hex B2 30 1C 0 49 54 1E 8 49 28
Octal 262 60 34 0 111 124 36 10 111 50
Binary 10110010 110000 11100 0 1001001 1010100 11110 1000 1001001 101000

Color Harmonies of #B2301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2301C

Black with #B2301C

Text Example


Text Example

White with #B2301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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