Html Css Color HEX #B41F04 Fire Brick

📋 copy color: '#B41F04'

red 180 ◦ green 31 ◦ blue 4

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

Shades of Fire Brick #B41F04

Tints of Fire Brick #B41F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 83.72%
G = 14.42%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B41F04 (or 0xB41F04) is known color: Fire Brick. HEX triplet: B4, 1F and 04. RGB value is (180,31,4). Sum of RGB (Red+Green+Blue) = 180+31+4=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41F04 is #4BE0FB. Grayscale: #484848. Windows color (decimal): -4972796 or 270260. OLE color: 270260.

HSL color Cylindrical-coordinate representation of color #B41F04: hue angle of 9.2º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B41F04 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 31 4 -
CMYK 0 0.83 0.98 0.29
HSL 9.2º 0.96% 0.36% -
HSV(B) 9.2º 0.98% 0.71% -
XYZ 19.33 10.69 1.16 -
YUV 72.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 180 31 4 0 0.83 0.98 0.29 9.2 0.96 0.36
Hex B4 1F 4 0 53 62 1D 9 60 24
Octal 264 37 4 0 123 142 35 11 140 44
Binary 10110100 11111 100 0 1010011 1100010 11101 1001 1100000 100100

Color Harmonies of #B41F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F04

Black with #B41F04

Text Example


Text Example

White with #B41F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F04; }

 p { color: rgb(180,31,4); }

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

background-color css

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

 a { background-color: rgb(180,31,4); }

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

border-color css

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

 span { border-color: rgb(180,31,4); }

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