Html Css Color HEX #B53425 Fire Brick

📋 copy color: '#B53425'

red 181 ◦ green 52 ◦ blue 37

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

Shades of Fire Brick #B53425

Tints of Fire Brick #B53425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 67.04%
G = 19.26%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B53425 (or 0xB53425) is known color: Fire Brick. HEX triplet: B5, 34 and 25. RGB value is (181,52,37). Sum of RGB (Red+Green+Blue) = 181+52+37=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B53425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53425 is #4ACBDA. Grayscale: #595959. Windows color (decimal): -4901851 or 2438325. OLE color: 2438325.

HSL color Cylindrical-coordinate representation of color #B53425: hue angle of 6.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B53425 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 37 -
CMYK 0 0.71 0.80 0.29
HSL 6.25º 0.66% 0.43% -
HSV(B) 6.25º 0.8% 0.71% -
XYZ 20.62 12.41 3.06 -
YUV 88.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 181 52 37 0 0.71 0.80 0.29 6.25 0.66 0.43
Hex B5 34 25 0 47 50 1D 6 42 2B
Octal 265 64 45 0 107 120 35 6 102 53
Binary 10110101 110100 100101 0 1000111 1010000 11101 110 1000010 101011

Color Harmonies of #B53425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53425

Black with #B53425

Text Example


Text Example

White with #B53425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53425; }

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

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

background-color css

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

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

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

border-color css

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

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

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