Html Css Color HEX #B41714 Fire Brick

📋 copy color: '#B41714'

red 180 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #B41714

Tints of Fire Brick #B41714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 80.72%
G = 10.31%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B41714 (or 0xB41714) is known color: Fire Brick. HEX triplet: B4, 17 and 14. RGB value is (180,23,20). Sum of RGB (Red+Green+Blue) = 180+23+20=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B41714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41714 is #4BE8EB. Grayscale: #454545. Windows color (decimal): -4974828 or 1316788. OLE color: 1316788.

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

Color convert

RGB 180 23 20 -
CMYK 0 0.87 0.89 0.29
HSL 1.13º 0.8% 0.39% -
HSV(B) 1.13º 0.89% 0.71% -
XYZ 19.26 10.37 1.65 -
YUV 69.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 180 23 20 0 0.87 0.89 0.29 1.13 0.8 0.39
Hex B4 17 14 0 57 59 1D 1 50 27
Octal 264 27 24 0 127 131 35 1 120 47
Binary 10110100 10111 10100 0 1010111 1011001 11101 1 1010000 100111

Color Harmonies of #B41714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41714

Black with #B41714

Text Example


Text Example

White with #B41714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41714; }

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

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

background-color css

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

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

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

border-color css

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

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

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