Html Css Color HEX #B93524 Fire Brick

📋 copy color: '#B93524'

red 185 ◦ green 53 ◦ blue 36

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

Shades of Fire Brick #B93524

Tints of Fire Brick #B93524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 67.52%
G = 19.34%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93524 (or 0xB93524) is known color: Fire Brick. HEX triplet: B9, 35 and 24. RGB value is (185,53,36). Sum of RGB (Red+Green+Blue) = 185+53+36=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93524 is #46CADB. Grayscale: #5A5A5A. Windows color (decimal): -4639452 or 2373049. OLE color: 2373049.

HSL color Cylindrical-coordinate representation of color #B93524: hue angle of 6.85º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93524 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 36 -
CMYK 0 0.71 0.81 0.27
HSL 6.85º 0.67% 0.43% -
HSV(B) 6.85º 0.81% 0.73% -
XYZ 21.6 12.99 3.04 -
YUV 90.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 185 53 36 0 0.71 0.81 0.27 6.85 0.67 0.43
Hex B9 35 24 0 47 51 1B 7 43 2B
Octal 271 65 44 0 107 121 33 7 103 53
Binary 10111001 110101 100100 0 1000111 1010001 11011 111 1000011 101011

Color Harmonies of #B93524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93524

Black with #B93524

Text Example


Text Example

White with #B93524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93524; }

 p { color: rgb(185,53,36); }

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

background-color css

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

 a { background-color: rgb(185,53,36); }

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

border-color css

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

 span { border-color: rgb(185,53,36); }

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