Html Css Color HEX #B73223 Fire Brick

📋 copy color: '#B73223'

red 183 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #B73223

Tints of Fire Brick #B73223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 68.28%
G = 18.66%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73223 (or 0xB73223) is known color: Fire Brick. HEX triplet: B7, 32 and 23. RGB value is (183,50,35). Sum of RGB (Red+Green+Blue) = 183+50+35=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B73223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73223 is #48CDDC. Grayscale: #585858. Windows color (decimal): -4771293 or 2306743. OLE color: 2306743.

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

Color convert

RGB 183 50 35 -
CMYK 0 0.73 0.81 0.28
HSL 6.08º 0.68% 0.43% -
HSV(B) 6.08º 0.81% 0.72% -
XYZ 20.97 12.47 2.89 -
YUV 88.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 183 50 35 0 0.73 0.81 0.28 6.08 0.68 0.43
Hex B7 32 23 0 49 51 1C 6 44 2B
Octal 267 62 43 0 111 121 34 6 104 53
Binary 10110111 110010 100011 0 1001001 1010001 11100 110 1000100 101011

Color Harmonies of #B73223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73223

Black with #B73223

Text Example


Text Example

White with #B73223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73223; }

 p { color: rgb(183,50,35); }

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

background-color css

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

 a { background-color: rgb(183,50,35); }

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

border-color css

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

 span { border-color: rgb(183,50,35); }

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