Html Css Color HEX #B43423 Fire Brick

📋 copy color: '#B43423'

red 180 ◦ green 52 ◦ blue 35

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

Shades of Fire Brick #B43423

Tints of Fire Brick #B43423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 67.42%
G = 19.48%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B43423 (or 0xB43423) is known color: Fire Brick. HEX triplet: B4, 34 and 23. RGB value is (180,52,35). Sum of RGB (Red+Green+Blue) = 180+52+35=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B43423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43423 is #4BCBDC. Grayscale: #585858. Windows color (decimal): -4967389 or 2307252. OLE color: 2307252.

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

Color convert

RGB 180 52 35 -
CMYK 0 0.71 0.81 0.29
HSL 7.03º 0.67% 0.42% -
HSV(B) 7.03º 0.81% 0.71% -
XYZ 20.35 12.28 2.89 -
YUV 88.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 180 52 35 0 0.71 0.81 0.29 7.03 0.67 0.42
Hex B4 34 23 0 47 51 1D 7 43 2A
Octal 264 64 43 0 107 121 35 7 103 52
Binary 10110100 110100 100011 0 1000111 1010001 11101 111 1000011 101010

Color Harmonies of #B43423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43423

Black with #B43423

Text Example


Text Example

White with #B43423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43423; }

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

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

background-color css

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

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

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

border-color css

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

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

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