Html Css Color HEX #B41D1B Fire Brick

📋 copy color: '#B41D1B'

red 180 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #B41D1B

Tints of Fire Brick #B41D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.29%

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

R = 76.27%
G = 12.29%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B41D1B (or 0xB41D1B) is known color: Fire Brick. HEX triplet: B4, 1D and 1B. RGB value is (180,29,27). Sum of RGB (Red+Green+Blue) = 180+29+27=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D1B is #4BE2E4. Grayscale: #4A4A4A. Windows color (decimal): -4973285 or 1777076. OLE color: 1777076.

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

Color convert

RGB 180 29 27 -
CMYK 0 0.84 0.85 0.29
HSL 0.78º 0.74% 0.41% -
HSV(B) 0.78º 0.85% 0.71% -
XYZ 19.46 10.66 2.07 -
YUV 73.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 180 29 27 0 0.84 0.85 0.29 0.78 0.74 0.41
Hex B4 1D 1B 0 54 55 1D 1 4A 29
Octal 264 35 33 0 124 125 35 1 112 51
Binary 10110100 11101 11011 0 1010100 1010101 11101 1 1001010 101001

Color Harmonies of #B41D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D1B

Black with #B41D1B

Text Example


Text Example

White with #B41D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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