Html Css Color HEX #B4241B Fire Brick

📋 copy color: '#B4241B'

red 180 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #B4241B

Tints of Fire Brick #B4241B

RGB

 RED value IS 180 (70.7% from 255) = 74.07%

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 74.07%
G = 14.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4241B (or 0xB4241B) is known color: Fire Brick. HEX triplet: B4, 24 and 1B. RGB value is (180,36,27). Sum of RGB (Red+Green+Blue) = 180+36+27=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4241B is #4BDBE4. Grayscale: #4E4E4E. Windows color (decimal): -4971493 or 1778868. OLE color: 1778868.

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

Color convert

RGB 180 36 27 -
CMYK 0 0.8 0.85 0.29
HSL 3.53º 0.74% 0.41% -
HSV(B) 3.53º 0.85% 0.71% -
XYZ 19.65 11.04 2.13 -
YUV 78.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 180 36 27 0 0.8 0.85 0.29 3.53 0.74 0.41
Hex B4 24 1B 0 50 55 1D 4 4A 29
Octal 264 44 33 0 120 125 35 4 112 51
Binary 10110100 100100 11011 0 1010000 1010101 11101 100 1001010 101001

Color Harmonies of #B4241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4241B

Black with #B4241B

Text Example


Text Example

White with #B4241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4241B; }

 p { color: rgb(180,36,27); }

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

background-color css

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

 a { background-color: rgb(180,36,27); }

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

border-color css

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

 span { border-color: rgb(180,36,27); }

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