Html Css Color HEX #B41A07 Fire Brick

📋 copy color: '#B41A07'

red 180 ◦ green 26 ◦ blue 7

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

Shades of Fire Brick #B41A07

Tints of Fire Brick #B41A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 84.51%
G = 12.21%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B41A07 (or 0xB41A07) is known color: Fire Brick. HEX triplet: B4, 1A and 07. RGB value is (180,26,7). Sum of RGB (Red+Green+Blue) = 180+26+7=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A07 is #4BE5F8. Grayscale: #464646. Windows color (decimal): -4974073 or 465588. OLE color: 465588.

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

Color convert

RGB 180 26 7 -
CMYK 0 0.86 0.96 0.29
HSL 6.59º 0.93% 0.37% -
HSV(B) 6.59º 0.96% 0.71% -
XYZ 19.23 10.46 1.21 -
YUV 69.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 180 26 7 0 0.86 0.96 0.29 6.59 0.93 0.37
Hex B4 1A 7 0 56 60 1D 7 5D 25
Octal 264 32 7 0 126 140 35 7 135 45
Binary 10110100 11010 111 0 1010110 1100000 11101 111 1011101 100101

Color Harmonies of #B41A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A07

Black with #B41A07

Text Example


Text Example

White with #B41A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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