Html Css Color HEX #B0251C Fire Brick

📋 copy color: '#B0251C'

red 176 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #B0251C

Tints of Fire Brick #B0251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 73.03%
G = 15.35%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0251C (or 0xB0251C) is known color: Fire Brick. HEX triplet: B0, 25 and 1C. RGB value is (176,37,28). Sum of RGB (Red+Green+Blue) = 176+37+28=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0251C is #4FDAE3. Grayscale: #4D4D4D. Windows color (decimal): -5233380 or 1844656. OLE color: 1844656.

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

Color convert

RGB 176 37 28 -
CMYK 0 0.79 0.84 0.31
HSL 3.65º 0.73% 0.4% -
HSV(B) 3.65º 0.84% 0.69% -
XYZ 18.78 10.64 2.16 -
YUV 77.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 176 37 28 0 0.79 0.84 0.31 3.65 0.73 0.4
Hex B0 25 1C 0 4F 54 1F 4 49 28
Octal 260 45 34 0 117 124 37 4 111 50
Binary 10110000 100101 11100 0 1001111 1010100 11111 100 1001001 101000

Color Harmonies of #B0251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0251C

Black with #B0251C

Text Example


Text Example

White with #B0251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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