Html Css Color HEX #B41D1A Fire Brick

📋 copy color: '#B41D1A'

red 180 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #B41D1A

Tints of Fire Brick #B41D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 76.6%
G = 12.34%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B41D1A (or 0xB41D1A) is known color: Fire Brick. HEX triplet: B4, 1D and 1A. RGB value is (180,29,26). Sum of RGB (Red+Green+Blue) = 180+29+26=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D1A is #4BE2E5. Grayscale: #494949. Windows color (decimal): -4973286 or 1711540. OLE color: 1711540.

HSL color Cylindrical-coordinate representation of color #B41D1A: hue angle of 1.17º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41D1A is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 29 26 -
CMYK 0 0.84 0.86 0.29
HSL 1.17º 0.75% 0.4% -
HSV(B) 1.17º 0.86% 0.71% -
XYZ 19.45 10.66 2.01 -
YUV 73.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 180 29 26 0 0.84 0.86 0.29 1.17 0.75 0.4
Hex B4 1D 1A 0 54 56 1D 1 4B 28
Octal 264 35 32 0 124 126 35 1 113 50
Binary 10110100 11101 11010 0 1010100 1010110 11101 1 1001011 101000

Color Harmonies of #B41D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D1A

Black with #B41D1A

Text Example


Text Example

White with #B41D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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