Html Css Color HEX #B41A0D Fire Brick

📋 copy color: '#B41A0D'

red 180 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #B41A0D

Tints of Fire Brick #B41A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 82.19%
G = 11.87%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B41A0D (or 0xB41A0D) is known color: Fire Brick. HEX triplet: B4, 1A and 0D. RGB value is (180,26,13). Sum of RGB (Red+Green+Blue) = 180+26+13=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A0D is #4BE5F2. Grayscale: #464646. Windows color (decimal): -4974067 or 858804. OLE color: 858804.

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

Color convert

RGB 180 26 13 -
CMYK 0 0.86 0.93 0.29
HSL 4.67º 0.87% 0.38% -
HSV(B) 4.67º 0.93% 0.71% -
XYZ 19.26 10.47 1.39 -
YUV 70.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 180 26 13 0 0.86 0.93 0.29 4.67 0.87 0.38
Hex B4 1A D 0 56 5D 1D 5 57 26
Octal 264 32 15 0 126 135 35 5 127 46
Binary 10110100 11010 1101 0 1010110 1011101 11101 101 1010111 100110

Color Harmonies of #B41A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A0D

Black with #B41A0D

Text Example


Text Example

White with #B41A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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