Html Css Color HEX #B73241 Brick Red

📋 copy color: '#B73241'

red 183 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #B73241

Tints of Brick Red #B73241

RGB

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

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

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

R = 61.41%
G = 16.78%
B = 21.81%

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

#B73241 (or 0xB73241) is known color: Brick Red. HEX triplet: B7, 32 and 41. RGB value is (183,50,65). Sum of RGB (Red+Green+Blue) = 183+50+65=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B73241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73241 is #48CDBE. Grayscale: #5B5B5B. Windows color (decimal): -4771263 or 4272823. OLE color: 4272823.

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

Color convert

RGB 183 50 65 -
CMYK 0 0.73 0.64 0.28
HSL 353.23º 0.57% 0.46% -
HSV(B) 353.23º 0.73% 0.72% -
XYZ 21.62 12.73 6.32 -
YUV 91.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 183 50 65 0 0.73 0.64 0.28 353.23 0.57 0.46
Hex B7 32 41 0 49 40 1C 161 39 2E
Octal 267 62 101 0 111 100 34 541 71 56
Binary 10110111 110010 1000001 0 1001001 1000000 11100 101100001 111001 101110

Color Harmonies of #B73241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73241

Black with #B73241

Text Example


Text Example

White with #B73241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73241; }

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

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

background-color css

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

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

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

border-color css

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

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

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