Html Css Color HEX #B93325 Fire Brick

📋 copy color: '#B93325'

red 185 ◦ green 51 ◦ blue 37

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

Shades of Fire Brick #B93325

Tints of Fire Brick #B93325

RGB

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

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

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

R = 67.77%
G = 18.68%
B = 13.55%

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

#B93325 (or 0xB93325) is known color: Fire Brick. HEX triplet: B9, 33 and 25. RGB value is (185,51,37). Sum of RGB (Red+Green+Blue) = 185+51+37=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93325 is #46CCDA. Grayscale: #595959. Windows color (decimal): -4639963 or 2438073. OLE color: 2438073.

HSL color Cylindrical-coordinate representation of color #B93325: hue angle of 5.68º 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 #B93325 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 37 -
CMYK 0 0.72 0.80 0.27
HSL 5.68º 0.67% 0.44% -
HSV(B) 5.68º 0.8% 0.73% -
XYZ 21.53 12.82 3.09 -
YUV 89.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 185 51 37 0 0.72 0.80 0.27 5.68 0.67 0.44
Hex B9 33 25 0 48 50 1B 6 43 2C
Octal 271 63 45 0 110 120 33 6 103 54
Binary 10111001 110011 100101 0 1001000 1010000 11011 110 1000011 101100

Color Harmonies of #B93325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93325

Black with #B93325

Text Example


Text Example

White with #B93325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93325; }

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

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

background-color css

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

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

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

border-color css

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

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

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