Html Css Color HEX #B0201A Fire Brick

📋 copy color: '#B0201A'

red 176 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #B0201A

Tints of Fire Brick #B0201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 75.21%
G = 13.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0201A (or 0xB0201A) is known color: Fire Brick. HEX triplet: B0, 20 and 1A. RGB value is (176,32,26). Sum of RGB (Red+Green+Blue) = 176+32+26=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B0201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0201A is #4FDFE5. Grayscale: #4A4A4A. Windows color (decimal): -5234662 or 1712304. OLE color: 1712304.

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

Color convert

RGB 176 32 26 -
CMYK 0 0.82 0.85 0.31
HSL 2.4º 0.74% 0.4% -
HSV(B) 2.4º 0.85% 0.69% -
XYZ 18.61 10.34 1.99 -
YUV 74.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 176 32 26 0 0.82 0.85 0.31 2.4 0.74 0.4
Hex B0 20 1A 0 52 55 1F 2 4A 28
Octal 260 40 32 0 122 125 37 2 112 50
Binary 10110000 100000 11010 0 1010010 1010101 11111 10 1001010 101000

Color Harmonies of #B0201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0201A

Black with #B0201A

Text Example


Text Example

White with #B0201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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