Html Css Color HEX #B43323 Fire Brick

📋 copy color: '#B43323'

red 180 ◦ green 51 ◦ blue 35

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

Shades of Fire Brick #B43323

Tints of Fire Brick #B43323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 67.67%
G = 19.17%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B43323 (or 0xB43323) is known color: Fire Brick. HEX triplet: B4, 33 and 23. RGB value is (180,51,35). Sum of RGB (Red+Green+Blue) = 180+51+35=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43323 is #4BCCDC. Grayscale: #575757. Windows color (decimal): -4967645 or 2306996. OLE color: 2306996.

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

Color convert

RGB 180 51 35 -
CMYK 0 0.72 0.81 0.29
HSL 6.62º 0.67% 0.42% -
HSV(B) 6.62º 0.81% 0.71% -
XYZ 20.31 12.19 2.87 -
YUV 87.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 180 51 35 0 0.72 0.81 0.29 6.62 0.67 0.42
Hex B4 33 23 0 48 51 1D 7 43 2A
Octal 264 63 43 0 110 121 35 7 103 52
Binary 10110100 110011 100011 0 1001000 1010001 11101 111 1000011 101010

Color Harmonies of #B43323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43323

Black with #B43323

Text Example


Text Example

White with #B43323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43323; }

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

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

background-color css

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

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

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

border-color css

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

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

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