Html Css Color HEX #B73139 Brick Red

📋 copy color: '#B73139'

red 183 ◦ green 49 ◦ blue 57

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

Shades of Brick Red #B73139

Tints of Brick Red #B73139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 63.32%
G = 16.96%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B73139 (or 0xB73139) is known color: Brick Red. HEX triplet: B7, 31 and 39. RGB value is (183,49,57). Sum of RGB (Red+Green+Blue) = 183+49+57=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73139 is #48CEC6. Grayscale: #5A5A5A. Windows color (decimal): -4771527 or 3748279. OLE color: 3748279.

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

Color convert

RGB 183 49 57 -
CMYK 0 0.73 0.69 0.28
HSL 356.42º 0.58% 0.45% -
HSV(B) 356.42º 0.73% 0.72% -
XYZ 21.37 12.56 5.17 -
YUV 89.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 183 49 57 0 0.73 0.69 0.28 356.42 0.58 0.45
Hex B7 31 39 0 49 45 1C 164 3A 2D
Octal 267 61 71 0 111 105 34 544 72 55
Binary 10110111 110001 111001 0 1001001 1000101 11100 101100100 111010 101101

Color Harmonies of #B73139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73139

Black with #B73139

Text Example


Text Example

White with #B73139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73139; }

 p { color: rgb(183,49,57); }

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

background-color css

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

 a { background-color: rgb(183,49,57); }

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

border-color css

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

 span { border-color: rgb(183,49,57); }

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