Html Css Color HEX #B43020 Fire Brick

📋 copy color: '#B43020'

red 180 ◦ green 48 ◦ blue 32

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

Shades of Fire Brick #B43020

Tints of Fire Brick #B43020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 69.23%
G = 18.46%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43020 (or 0xB43020) is known color: Fire Brick. HEX triplet: B4, 30 and 20. RGB value is (180,48,32). Sum of RGB (Red+Green+Blue) = 180+48+32=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B43020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43020 is #4BCFDF. Grayscale: #555555. Windows color (decimal): -4968416 or 2109620. OLE color: 2109620.

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

Color convert

RGB 180 48 32 -
CMYK 0 0.73 0.82 0.29
HSL 6.49º 0.7% 0.42% -
HSV(B) 6.49º 0.82% 0.71% -
XYZ 20.14 11.92 2.61 -
YUV 85.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 180 48 32 0 0.73 0.82 0.29 6.49 0.7 0.42
Hex B4 30 20 0 49 52 1D 6 46 2A
Octal 264 60 40 0 111 122 35 6 106 52
Binary 10110100 110000 100000 0 1001001 1010010 11101 110 1000110 101010

Color Harmonies of #B43020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43020

Black with #B43020

Text Example


Text Example

White with #B43020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43020; }

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

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

background-color css

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

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

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

border-color css

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

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

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