Html Css Color HEX #B93425 Fire Brick

📋 copy color: '#B93425'

red 185 ◦ green 52 ◦ blue 37

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

Shades of Fire Brick #B93425

Tints of Fire Brick #B93425

RGB

 RED value IS 185 (72.66% from 255) = 67.52%

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

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

R = 67.52%
G = 18.98%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B93425 (or 0xB93425) is known color: Fire Brick. HEX triplet: B9, 34 and 25. RGB value is (185,52,37). Sum of RGB (Red+Green+Blue) = 185+52+37=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93425 is #46CBDA. Grayscale: #5A5A5A. Windows color (decimal): -4639707 or 2438329. OLE color: 2438329.

HSL color Cylindrical-coordinate representation of color #B93425: hue angle of 6.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B93425 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 37 -
CMYK 0 0.72 0.80 0.27
HSL 6.08º 0.67% 0.44% -
HSV(B) 6.08º 0.8% 0.73% -
XYZ 21.57 12.9 3.1 -
YUV 90.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 185 52 37 0 0.72 0.80 0.27 6.08 0.67 0.44
Hex B9 34 25 0 48 50 1B 6 43 2C
Octal 271 64 45 0 110 120 33 6 103 54
Binary 10111001 110100 100101 0 1001000 1010000 11011 110 1000011 101100

Color Harmonies of #B93425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93425

Black with #B93425

Text Example


Text Example

White with #B93425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93425; }

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

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

background-color css

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

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

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

border-color css

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

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

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