Html Css Color HEX #B41B0D Fire Brick

📋 copy color: '#B41B0D'

red 180 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #B41B0D

Tints of Fire Brick #B41B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

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

R = 81.82%
G = 12.27%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B41B0D (or 0xB41B0D) is known color: Fire Brick. HEX triplet: B4, 1B and 0D. RGB value is (180,27,13). Sum of RGB (Red+Green+Blue) = 180+27+13=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41B0D is #4BE4F2. Grayscale: #474747. Windows color (decimal): -4973811 or 859060. OLE color: 859060.

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

Color convert

RGB 180 27 13 -
CMYK 0 0.85 0.93 0.29
HSL 5.03º 0.87% 0.38% -
HSV(B) 5.03º 0.93% 0.71% -
XYZ 19.29 10.52 1.39 -
YUV 71.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 180 27 13 0 0.85 0.93 0.29 5.03 0.87 0.38
Hex B4 1B D 0 55 5D 1D 5 57 26
Octal 264 33 15 0 125 135 35 5 127 46
Binary 10110100 11011 1101 0 1010101 1011101 11101 101 1010111 100110

Color Harmonies of #B41B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B0D

Black with #B41B0D

Text Example


Text Example

White with #B41B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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