Html Css Color HEX #B73425 Fire Brick

📋 copy color: '#B73425'

red 183 ◦ green 52 ◦ blue 37

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

Shades of Fire Brick #B73425

Tints of Fire Brick #B73425

RGB

 RED value IS 183 (71.88% from 255) = 67.28%

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

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

R = 67.28%
G = 19.12%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73425 (or 0xB73425) is known color: Fire Brick. HEX triplet: B7, 34 and 25. RGB value is (183,52,37). Sum of RGB (Red+Green+Blue) = 183+52+37=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B73425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73425 is #48CBDA. Grayscale: #595959. Windows color (decimal): -4770779 or 2438327. OLE color: 2438327.

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

Color convert

RGB 183 52 37 -
CMYK 0 0.72 0.80 0.28
HSL 6.16º 0.66% 0.43% -
HSV(B) 6.16º 0.8% 0.72% -
XYZ 21.09 12.66 3.08 -
YUV 89.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 183 52 37 0 0.72 0.80 0.28 6.16 0.66 0.43
Hex B7 34 25 0 48 50 1C 6 42 2B
Octal 267 64 45 0 110 120 34 6 102 53
Binary 10110111 110100 100101 0 1001000 1010000 11100 110 1000010 101011

Color Harmonies of #B73425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73425

Black with #B73425

Text Example


Text Example

White with #B73425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73425; }

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

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

background-color css

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

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

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

border-color css

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

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

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