Html Css Color HEX #B73141 Brick Red

📋 copy color: '#B73141'

red 183 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #B73141

Tints of Brick Red #B73141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 61.62%
G = 16.5%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73141 (or 0xB73141) is known color: Brick Red. HEX triplet: B7, 31 and 41. RGB value is (183,49,65). Sum of RGB (Red+Green+Blue) = 183+49+65=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B73141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73141 is #48CEBE. Grayscale: #5A5A5A. Windows color (decimal): -4771519 or 4272567. OLE color: 4272567.

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

Color convert

RGB 183 49 65 -
CMYK 0 0.73 0.64 0.28
HSL 352.84º 0.58% 0.45% -
HSV(B) 352.84º 0.73% 0.72% -
XYZ 21.58 12.65 6.3 -
YUV 90.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 183 49 65 0 0.73 0.64 0.28 352.84 0.58 0.45
Hex B7 31 41 0 49 40 1C 161 3A 2D
Octal 267 61 101 0 111 100 34 541 72 55
Binary 10110111 110001 1000001 0 1001001 1000000 11100 101100001 111010 101101

Color Harmonies of #B73141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73141

Black with #B73141

Text Example


Text Example

White with #B73141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73141; }

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

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

background-color css

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

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

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

border-color css

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

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

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