Html Css Color HEX #B01E1C Fire Brick

📋 copy color: '#B01E1C'

red 176 ◦ green 30 ◦ blue 28

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

Shades of Fire Brick #B01E1C

Tints of Fire Brick #B01E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.82%

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

R = 75.21%
G = 12.82%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B01E1C (or 0xB01E1C) is known color: Fire Brick. HEX triplet: B0, 1E and 1C. RGB value is (176,30,28). Sum of RGB (Red+Green+Blue) = 176+30+28=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E1C is #4FE1E3. Grayscale: #494949. Windows color (decimal): -5235172 or 1842864. OLE color: 1842864.

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

Color convert

RGB 176 30 28 -
CMYK 0 0.83 0.84 0.31
HSL 0.81º 0.73% 0.4% -
HSV(B) 0.81º 0.84% 0.69% -
XYZ 18.58 10.24 2.1 -
YUV 73.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 176 30 28 0 0.83 0.84 0.31 0.81 0.73 0.4
Hex B0 1E 1C 0 53 54 1F 1 49 28
Octal 260 36 34 0 123 124 37 1 111 50
Binary 10110000 11110 11100 0 1010011 1010100 11111 1 1001001 101000

Color Harmonies of #B01E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E1C

Black with #B01E1C

Text Example


Text Example

White with #B01E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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