Html Css Color HEX #B43520 Fire Brick

📋 copy color: '#B43520'

red 180 ◦ green 53 ◦ blue 32

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

Shades of Fire Brick #B43520

Tints of Fire Brick #B43520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 67.92%
G = 20%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43520 (or 0xB43520) is known color: Fire Brick. HEX triplet: B4, 35 and 20. RGB value is (180,53,32). Sum of RGB (Red+Green+Blue) = 180+53+32=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B43520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43520 is #4BCADF. Grayscale: #585858. Windows color (decimal): -4967136 or 2110900. OLE color: 2110900.

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

Color convert

RGB 180 53 32 -
CMYK 0 0.71 0.82 0.29
HSL 8.51º 0.7% 0.42% -
HSV(B) 8.51º 0.82% 0.71% -
XYZ 20.36 12.35 2.68 -
YUV 88.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 180 53 32 0 0.71 0.82 0.29 8.51 0.7 0.42
Hex B4 35 20 0 47 52 1D 9 46 2A
Octal 264 65 40 0 107 122 35 11 106 52
Binary 10110100 110101 100000 0 1000111 1010010 11101 1001 1000110 101010

Color Harmonies of #B43520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43520

Black with #B43520

Text Example


Text Example

White with #B43520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43520; }

 p { color: rgb(180,53,32); }

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

background-color css

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

 a { background-color: rgb(180,53,32); }

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

border-color css

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

 span { border-color: rgb(180,53,32); }

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