Html Css Color HEX #B41C0E Fire Brick

📋 copy color: '#B41C0E'

red 180 ◦ green 28 ◦ blue 14

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

Shades of Fire Brick #B41C0E

Tints of Fire Brick #B41C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 81.08%
G = 12.61%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B41C0E (or 0xB41C0E) is known color: Fire Brick. HEX triplet: B4, 1C and 0E. RGB value is (180,28,14). Sum of RGB (Red+Green+Blue) = 180+28+14=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41C0E is #4BE3F1. Grayscale: #484848. Windows color (decimal): -4973554 or 924852. OLE color: 924852.

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

Color convert

RGB 180 28 14 -
CMYK 0 0.84 0.92 0.29
HSL 5.06º 0.86% 0.38% -
HSV(B) 5.06º 0.92% 0.71% -
XYZ 19.32 10.57 1.44 -
YUV 71.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 180 28 14 0 0.84 0.92 0.29 5.06 0.86 0.38
Hex B4 1C E 0 54 5C 1D 5 56 26
Octal 264 34 16 0 124 134 35 5 126 46
Binary 10110100 11100 1110 0 1010100 1011100 11101 101 1010110 100110

Color Harmonies of #B41C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C0E

Black with #B41C0E

Text Example


Text Example

White with #B41C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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