Html Css Color HEX #B41C0D Fire Brick

📋 copy color: '#B41C0D'

red 180 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #B41C0D

Tints of Fire Brick #B41C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 81.45%
G = 12.67%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B41C0D (or 0xB41C0D) is known color: Fire Brick. HEX triplet: B4, 1C and 0D. RGB value is (180,28,13). Sum of RGB (Red+Green+Blue) = 180+28+13=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41C0D is #4BE3F2. Grayscale: #474747. Windows color (decimal): -4973555 or 859316. OLE color: 859316.

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

Color convert

RGB 180 28 13 -
CMYK 0 0.84 0.93 0.29
HSL 5.39º 0.87% 0.38% -
HSV(B) 5.39º 0.93% 0.71% -
XYZ 19.31 10.56 1.4 -
YUV 71.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 180 28 13 0 0.84 0.93 0.29 5.39 0.87 0.38
Hex B4 1C D 0 54 5D 1D 5 57 26
Octal 264 34 15 0 124 135 35 5 127 46
Binary 10110100 11100 1101 0 1010100 1011101 11101 101 1010111 100110

Color Harmonies of #B41C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C0D

Black with #B41C0D

Text Example


Text Example

White with #B41C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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