Html Css Color HEX #B41710 Fire Brick

📋 copy color: '#B41710'

red 180 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #B41710

Tints of Fire Brick #B41710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 82.19%
G = 10.5%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B41710 (or 0xB41710) is known color: Fire Brick. HEX triplet: B4, 17 and 10. RGB value is (180,23,16). Sum of RGB (Red+Green+Blue) = 180+23+16=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B41710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41710 is #4BE8EF. Grayscale: #454545. Windows color (decimal): -4974832 or 1054644. OLE color: 1054644.

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

Color convert

RGB 180 23 16 -
CMYK 0 0.87 0.91 0.29
HSL 2.56º 0.84% 0.38% -
HSV(B) 2.56º 0.91% 0.71% -
XYZ 19.22 10.35 1.48 -
YUV 69.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 180 23 16 0 0.87 0.91 0.29 2.56 0.84 0.38
Hex B4 17 10 0 57 5B 1D 3 54 26
Octal 264 27 20 0 127 133 35 3 124 46
Binary 10110100 10111 10000 0 1010111 1011011 11101 11 1010100 100110

Color Harmonies of #B41710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41710

Black with #B41710

Text Example


Text Example

White with #B41710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41710; }

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

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

background-color css

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

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

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

border-color css

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

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

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