Html Css Color HEX #B43320 Fire Brick

📋 copy color: '#B43320'

red 180 ◦ green 51 ◦ blue 32

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

Shades of Fire Brick #B43320

Tints of Fire Brick #B43320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 68.44%
G = 19.39%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43320 (or 0xB43320) is known color: Fire Brick. HEX triplet: B4, 33 and 20. RGB value is (180,51,32). Sum of RGB (Red+Green+Blue) = 180+51+32=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B43320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43320 is #4BCCDF. Grayscale: #575757. Windows color (decimal): -4967648 or 2110388. OLE color: 2110388.

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

Color convert

RGB 180 51 32 -
CMYK 0 0.72 0.82 0.29
HSL 7.7º 0.7% 0.42% -
HSV(B) 7.7º 0.82% 0.71% -
XYZ 20.27 12.18 2.65 -
YUV 87.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 180 51 32 0 0.72 0.82 0.29 7.7 0.7 0.42
Hex B4 33 20 0 48 52 1D 8 46 2A
Octal 264 63 40 0 110 122 35 10 106 52
Binary 10110100 110011 100000 0 1001000 1010010 11101 1000 1000110 101010

Color Harmonies of #B43320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43320

Black with #B43320

Text Example


Text Example

White with #B43320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43320; }

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

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

background-color css

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

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

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

border-color css

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

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

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