Html Css Color HEX #B01A15 Fire Brick

📋 copy color: '#B01A15'

red 176 ◦ green 26 ◦ blue 21

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

Shades of Fire Brick #B01A15

Tints of Fire Brick #B01A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 78.92%
G = 11.66%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B01A15 (or 0xB01A15) is known color: Fire Brick. HEX triplet: B0, 1A and 15. RGB value is (176,26,21). Sum of RGB (Red+Green+Blue) = 176+26+21=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01A15 is #4FE5EA. Grayscale: #464646. Windows color (decimal): -5236203 or 1383088. OLE color: 1383088.

HSL color Cylindrical-coordinate representation of color #B01A15: hue angle of 1.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01A15 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 21 -
CMYK 0 0.85 0.88 0.31
HSL 1.94º 0.79% 0.39% -
HSV(B) 1.94º 0.88% 0.69% -
XYZ 18.41 10.02 1.67 -
YUV 70.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 176 26 21 0 0.85 0.88 0.31 1.94 0.79 0.39
Hex B0 1A 15 0 55 58 1F 2 4F 27
Octal 260 32 25 0 125 130 37 2 117 47
Binary 10110000 11010 10101 0 1010101 1011000 11111 10 1001111 100111

Color Harmonies of #B01A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A15

Black with #B01A15

Text Example


Text Example

White with #B01A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A15; }

 p { color: rgb(176,26,21); }

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

background-color css

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

 a { background-color: rgb(176,26,21); }

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

border-color css

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

 span { border-color: rgb(176,26,21); }

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