Html Css Color HEX #B43124 Fire Brick

📋 copy color: '#B43124'

red 180 ◦ green 49 ◦ blue 36

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

Shades of Fire Brick #B43124

Tints of Fire Brick #B43124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 67.92%
G = 18.49%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B43124 (or 0xB43124) is known color: Fire Brick. HEX triplet: B4, 31 and 24. RGB value is (180,49,36). Sum of RGB (Red+Green+Blue) = 180+49+36=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B43124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43124 is #4BCEDB. Grayscale: #565656. Windows color (decimal): -4968156 or 2372020. OLE color: 2372020.

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

Color convert

RGB 180 49 36 -
CMYK 0 0.73 0.8 0.29
HSL 5.42º 0.67% 0.42% -
HSV(B) 5.42º 0.8% 0.71% -
XYZ 20.24 12.03 2.92 -
YUV 86.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 180 49 36 0 0.73 0.8 0.29 5.42 0.67 0.42
Hex B4 31 24 0 49 50 1D 5 43 2A
Octal 264 61 44 0 111 120 35 5 103 52
Binary 10110100 110001 100100 0 1001001 1010000 11101 101 1000011 101010

Color Harmonies of #B43124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43124

Black with #B43124

Text Example


Text Example

White with #B43124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43124; }

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

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

background-color css

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

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

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

border-color css

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

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

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