Html Css Color HEX #B41C14 Fire Brick

📋 copy color: '#B41C14'

red 180 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #B41C14

Tints of Fire Brick #B41C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 78.95%
G = 12.28%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B41C14 (or 0xB41C14) is known color: Fire Brick. HEX triplet: B4, 1C and 14. RGB value is (180,28,20). Sum of RGB (Red+Green+Blue) = 180+28+20=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41C14 is #4BE3EB. Grayscale: #484848. Windows color (decimal): -4973548 or 1318068. OLE color: 1318068.

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

Color convert

RGB 180 28 20 -
CMYK 0 0.84 0.89 0.29
HSL 0.8% 0.39% -
HSV(B) 0.89% 0.71% -
XYZ 19.36 10.58 1.68 -
YUV 72.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 180 28 20 0 0.84 0.89 0.29 3 0.8 0.39
Hex B4 1C 14 0 54 59 1D 3 50 27
Octal 264 34 24 0 124 131 35 3 120 47
Binary 10110100 11100 10100 0 1010100 1011001 11101 11 1010000 100111

Color Harmonies of #B41C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C14

Black with #B41C14

Text Example


Text Example

White with #B41C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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