Html Css Color HEX #B41610 Fire Brick

📋 copy color: '#B41610'

red 180 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #B41610

Tints of Fire Brick #B41610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 82.57%
G = 10.09%
B = 7.34%

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

#B41610 (or 0xB41610) is known color: Fire Brick. HEX triplet: B4, 16 and 10. RGB value is (180,22,16). Sum of RGB (Red+Green+Blue) = 180+22+16=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B41610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41610 is #4BE9EF. Grayscale: #444444. Windows color (decimal): -4975088 or 1054388. OLE color: 1054388.

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

Color convert

RGB 180 22 16 -
CMYK 0 0.88 0.91 0.29
HSL 2.2º 0.84% 0.38% -
HSV(B) 2.2º 0.91% 0.71% -
XYZ 19.2 10.31 1.47 -
YUV 68.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 180 22 16 0 0.88 0.91 0.29 2.2 0.84 0.38
Hex B4 16 10 0 58 5B 1D 2 54 26
Octal 264 26 20 0 130 133 35 2 124 46
Binary 10110100 10110 10000 0 1011000 1011011 11101 10 1010100 100110

Color Harmonies of #B41610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41610

Black with #B41610

Text Example


Text Example

White with #B41610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41610; }

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

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

background-color css

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

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

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

border-color css

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

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

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