Html Css Color HEX #B5251C Fire Brick

📋 copy color: '#B5251C'

red 181 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #B5251C

Tints of Fire Brick #B5251C

RGB

 RED value IS 181 (71.09% from 255) = 73.58%

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

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

R = 73.58%
G = 15.04%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5251C (or 0xB5251C) is known color: Fire Brick. HEX triplet: B5, 25 and 1C. RGB value is (181,37,28). Sum of RGB (Red+Green+Blue) = 181+37+28=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5251C is #4ADAE3. Grayscale: #4F4F4F. Windows color (decimal): -4905700 or 1844661. OLE color: 1844661.

HSL color Cylindrical-coordinate representation of color #B5251C: hue angle of 3.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 28 -
CMYK 0 0.80 0.85 0.29
HSL 3.53º 0.73% 0.41% -
HSV(B) 3.53º 0.85% 0.71% -
XYZ 19.93 11.23 2.22 -
YUV 79.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 181 37 28 0 0.80 0.85 0.29 3.53 0.73 0.41
Hex B5 25 1C 0 50 55 1D 4 49 29
Octal 265 45 34 0 120 125 35 4 111 51
Binary 10110101 100101 11100 0 1010000 1010101 11101 100 1001001 101001

Color Harmonies of #B5251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5251C

Black with #B5251C

Text Example


Text Example

White with #B5251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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