Html Css Color HEX #B53423 Fire Brick

📋 copy color: '#B53423'

red 181 ◦ green 52 ◦ blue 35

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

Shades of Fire Brick #B53423

Tints of Fire Brick #B53423

RGB

 RED value IS 181 (71.09% from 255) = 67.54%

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

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

R = 67.54%
G = 19.4%
B = 13.06%

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

#B53423 (or 0xB53423) is known color: Fire Brick. HEX triplet: B5, 34 and 23. RGB value is (181,52,35). Sum of RGB (Red+Green+Blue) = 181+52+35=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B53423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53423 is #4ACBDC. Grayscale: #585858. Windows color (decimal): -4901853 or 2307253. OLE color: 2307253.

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

Color convert

RGB 181 52 35 -
CMYK 0 0.71 0.81 0.29
HSL 6.99º 0.68% 0.42% -
HSV(B) 6.99º 0.81% 0.71% -
XYZ 20.59 12.4 2.9 -
YUV 88.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 181 52 35 0 0.71 0.81 0.29 6.99 0.68 0.42
Hex B5 34 23 0 47 51 1D 7 44 2A
Octal 265 64 43 0 107 121 35 7 104 52
Binary 10110101 110100 100011 0 1000111 1010001 11101 111 1000100 101010

Color Harmonies of #B53423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53423

Black with #B53423

Text Example


Text Example

White with #B53423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53423; }

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

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

background-color css

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

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

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

border-color css

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

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

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