Html Css Color HEX #B41510 Fire Brick

📋 copy color: '#B41510'

red 180 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #B41510

Tints of Fire Brick #B41510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 82.95%
G = 9.68%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B41510 (or 0xB41510) is known color: Fire Brick. HEX triplet: B4, 15 and 10. RGB value is (180,21,16). Sum of RGB (Red+Green+Blue) = 180+21+16=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B41510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41510 is #4BEAEF. Grayscale: #444444. Windows color (decimal): -4975344 or 1054132. OLE color: 1054132.

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

Color convert

RGB 180 21 16 -
CMYK 0 0.88 0.91 0.29
HSL 1.83º 0.84% 0.38% -
HSV(B) 1.83º 0.91% 0.71% -
XYZ 19.18 10.28 1.46 -
YUV 67.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 180 21 16 0 0.88 0.91 0.29 1.83 0.84 0.38
Hex B4 15 10 0 58 5B 1D 2 54 26
Octal 264 25 20 0 130 133 35 2 124 46
Binary 10110100 10101 10000 0 1011000 1011011 11101 10 1010100 100110

Color Harmonies of #B41510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41510

Black with #B41510

Text Example


Text Example

White with #B41510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41510; }

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

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

background-color css

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

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

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

border-color css

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

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

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