Html Css Color HEX #B0341C Fire Brick

📋 copy color: '#B0341C'

red 176 ◦ green 52 ◦ blue 28

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

Shades of Fire Brick #B0341C

Tints of Fire Brick #B0341C

RGB

 RED value IS 176 (69.14% from 255) = 68.75%

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 68.75%
G = 20.31%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0341C (or 0xB0341C) is known color: Fire Brick. HEX triplet: B0, 34 and 1C. RGB value is (176,52,28). Sum of RGB (Red+Green+Blue) = 176+52+28=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0341C is #4FCBE3. Grayscale: #565656. Windows color (decimal): -5229540 or 1848496. OLE color: 1848496.

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

Color convert

RGB 176 52 28 -
CMYK 0 0.70 0.84 0.31
HSL 9.73º 0.73% 0.4% -
HSV(B) 9.73º 0.84% 0.69% -
XYZ 19.34 11.77 2.35 -
YUV 86.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 176 52 28 0 0.70 0.84 0.31 9.73 0.73 0.4
Hex B0 34 1C 0 46 54 1F A 49 28
Octal 260 64 34 0 106 124 37 12 111 50
Binary 10110000 110100 11100 0 1000110 1010100 11111 1010 1001001 101000

Color Harmonies of #B0341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0341C

Black with #B0341C

Text Example


Text Example

White with #B0341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0341C; }

 p { color: rgb(176,52,28); }

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

background-color css

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

 a { background-color: rgb(176,52,28); }

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

border-color css

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

 span { border-color: rgb(176,52,28); }

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