Html Css Color HEX #B73426 Fire Brick

📋 copy color: '#B73426'

red 183 ◦ green 52 ◦ blue 38

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

Shades of Fire Brick #B73426

Tints of Fire Brick #B73426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 67.03%
G = 19.05%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73426 (or 0xB73426) is known color: Fire Brick. HEX triplet: B7, 34 and 26. RGB value is (183,52,38). Sum of RGB (Red+Green+Blue) = 183+52+38=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73426 is #48CBD9. Grayscale: #595959. Windows color (decimal): -4770778 or 2503863. OLE color: 2503863.

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

Color convert

RGB 183 52 38 -
CMYK 0 0.72 0.79 0.28
HSL 5.79º 0.66% 0.43% -
HSV(B) 5.79º 0.79% 0.72% -
XYZ 21.11 12.66 3.17 -
YUV 89.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 183 52 38 0 0.72 0.79 0.28 5.79 0.66 0.43
Hex B7 34 26 0 48 4F 1C 6 42 2B
Octal 267 64 46 0 110 117 34 6 102 53
Binary 10110111 110100 100110 0 1001000 1001111 11100 110 1000010 101011

Color Harmonies of #B73426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73426

Black with #B73426

Text Example


Text Example

White with #B73426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73426; }

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

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

background-color css

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

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

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

border-color css

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

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

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