Html Css Color HEX #B5241C Fire Brick

📋 copy color: '#B5241C'

red 181 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #B5241C

Tints of Fire Brick #B5241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 73.88%
G = 14.69%
B = 11.43%

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

#B5241C (or 0xB5241C) is known color: Fire Brick. HEX triplet: B5, 24 and 1C. RGB value is (181,36,28). Sum of RGB (Red+Green+Blue) = 181+36+28=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5241C is #4ADBE3. Grayscale: #4E4E4E. Windows color (decimal): -4905956 or 1844405. OLE color: 1844405.

HSL color Cylindrical-coordinate representation of color #B5241C: hue angle of 3.14º 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 #B5241C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 28 -
CMYK 0 0.80 0.85 0.29
HSL 3.14º 0.73% 0.41% -
HSV(B) 3.14º 0.85% 0.71% -
XYZ 19.9 11.17 2.21 -
YUV 78.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 181 36 28 0 0.80 0.85 0.29 3.14 0.73 0.41
Hex B5 24 1C 0 50 55 1D 3 49 29
Octal 265 44 34 0 120 125 35 3 111 51
Binary 10110101 100100 11100 0 1010000 1010101 11101 11 1001001 101001

Color Harmonies of #B5241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5241C

Black with #B5241C

Text Example


Text Example

White with #B5241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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