Html Css Color HEX #B73541 Brick Red

📋 copy color: '#B73541'

red 183 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #B73541

Tints of Brick Red #B73541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 60.8%
G = 17.61%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73541 (or 0xB73541) is known color: Brick Red. HEX triplet: B7, 35 and 41. RGB value is (183,53,65). Sum of RGB (Red+Green+Blue) = 183+53+65=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73541 is #48CABE. Grayscale: #5D5D5D. Windows color (decimal): -4770495 or 4273591. OLE color: 4273591.

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

Color convert

RGB 183 53 65 -
CMYK 0 0.71 0.64 0.28
HSL 354.46º 0.55% 0.46% -
HSV(B) 354.46º 0.71% 0.72% -
XYZ 21.76 13 6.36 -
YUV 93.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 183 53 65 0 0.71 0.64 0.28 354.46 0.55 0.46
Hex B7 35 41 0 47 40 1C 162 37 2E
Octal 267 65 101 0 107 100 34 542 67 56
Binary 10110111 110101 1000001 0 1000111 1000000 11100 101100010 110111 101110

Color Harmonies of #B73541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73541

Black with #B73541

Text Example


Text Example

White with #B73541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73541; }

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

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

background-color css

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

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

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

border-color css

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

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

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