Html Css Color HEX #B01E14 Fire Brick

📋 copy color: '#B01E14'

red 176 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #B01E14

Tints of Fire Brick #B01E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 77.88%
G = 13.27%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B01E14 (or 0xB01E14) is known color: Fire Brick. HEX triplet: B0, 1E and 14. RGB value is (176,30,20). Sum of RGB (Red+Green+Blue) = 176+30+20=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01E14 is #4FE1EB. Grayscale: #484848. Windows color (decimal): -5235180 or 1318576. OLE color: 1318576.

HSL color Cylindrical-coordinate representation of color #B01E14: hue angle of 3.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01E14 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 30 20 -
CMYK 0 0.83 0.89 0.31
HSL 3.85º 0.8% 0.38% -
HSV(B) 3.85º 0.89% 0.69% -
XYZ 18.5 10.21 1.66 -
YUV 72.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 176 30 20 0 0.83 0.89 0.31 3.85 0.8 0.38
Hex B0 1E 14 0 53 59 1F 4 50 26
Octal 260 36 24 0 123 131 37 4 120 46
Binary 10110000 11110 10100 0 1010011 1011001 11111 100 1010000 100110

Color Harmonies of #B01E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E14

Black with #B01E14

Text Example


Text Example

White with #B01E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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