Html Css Color HEX #B73140 Brick Red

📋 copy color: '#B73140'

red 183 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #B73140

Tints of Brick Red #B73140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 61.82%
G = 16.55%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B73140 (or 0xB73140) is known color: Brick Red. HEX triplet: B7, 31 and 40. RGB value is (183,49,64). Sum of RGB (Red+Green+Blue) = 183+49+64=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B73140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73140 is #48CEBF. Grayscale: #5A5A5A. Windows color (decimal): -4771520 or 4207031. OLE color: 4207031.

HSL color Cylindrical-coordinate representation of color #B73140: hue angle of 353.28º 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 #B73140 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 64 -
CMYK 0 0.73 0.65 0.28
HSL 353.28º 0.58% 0.45% -
HSV(B) 353.28º 0.73% 0.72% -
XYZ 21.55 12.63 6.15 -
YUV 90.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 183 49 64 0 0.73 0.65 0.28 353.28 0.58 0.45
Hex B7 31 40 0 49 41 1C 161 3A 2D
Octal 267 61 100 0 111 101 34 541 72 55
Binary 10110111 110001 1000000 0 1001001 1000001 11100 101100001 111010 101101

Color Harmonies of #B73140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73140

Black with #B73140

Text Example


Text Example

White with #B73140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73140; }

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

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

background-color css

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

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

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

border-color css

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

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

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