Html Css Color HEX #B43321 Fire Brick

📋 copy color: '#B43321'

red 180 ◦ green 51 ◦ blue 33

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

Shades of Fire Brick #B43321

Tints of Fire Brick #B43321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 68.18%
G = 19.32%
B = 12.5%

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

#B43321 (or 0xB43321) is known color: Fire Brick. HEX triplet: B4, 33 and 21. RGB value is (180,51,33). Sum of RGB (Red+Green+Blue) = 180+51+33=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B43321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43321 is #4BCCDE. Grayscale: #575757. Windows color (decimal): -4967647 or 2175924. OLE color: 2175924.

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

Color convert

RGB 180 51 33 -
CMYK 0 0.72 0.82 0.29
HSL 7.35º 0.69% 0.42% -
HSV(B) 7.35º 0.82% 0.71% -
XYZ 20.28 12.18 2.72 -
YUV 87.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 180 51 33 0 0.72 0.82 0.29 7.35 0.69 0.42
Hex B4 33 21 0 48 52 1D 7 45 2A
Octal 264 63 41 0 110 122 35 7 105 52
Binary 10110100 110011 100001 0 1001000 1010010 11101 111 1000101 101010

Color Harmonies of #B43321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43321

Black with #B43321

Text Example


Text Example

White with #B43321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43321; }

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

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

background-color css

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

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

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

border-color css

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

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

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