Html Css Color HEX #B43119 Fire Brick

📋 copy color: '#B43119'

red 180 ◦ green 49 ◦ blue 25

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

Shades of Fire Brick #B43119

Tints of Fire Brick #B43119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 70.87%
G = 19.29%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B43119 (or 0xB43119) is known color: Fire Brick. HEX triplet: B4, 31 and 19. RGB value is (180,49,25). Sum of RGB (Red+Green+Blue) = 180+49+25=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43119 is #4BCEE6. Grayscale: #555555. Windows color (decimal): -4968167 or 1651124. OLE color: 1651124.

HSL color Cylindrical-coordinate representation of color #B43119: hue angle of 9.29º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B43119 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 25 -
CMYK 0 0.73 0.86 0.29
HSL 9.29º 0.76% 0.4% -
HSV(B) 9.29º 0.86% 0.71% -
XYZ 20.1 11.97 2.17 -
YUV 85.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 180 49 25 0 0.73 0.86 0.29 9.29 0.76 0.4
Hex B4 31 19 0 49 56 1D 9 4C 28
Octal 264 61 31 0 111 126 35 11 114 50
Binary 10110100 110001 11001 0 1001001 1010110 11101 1001 1001100 101000

Color Harmonies of #B43119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43119

Black with #B43119

Text Example


Text Example

White with #B43119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43119; }

 p { color: rgb(180,49,25); }

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

background-color css

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

 a { background-color: rgb(180,49,25); }

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

border-color css

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

 span { border-color: rgb(180,49,25); }

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