Html Css Color HEX #B73640 Brick Red

📋 copy color: '#B73640'

red 183 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #B73640

Tints of Brick Red #B73640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 60.8%
G = 17.94%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B73640 (or 0xB73640) is known color: Brick Red. HEX triplet: B7, 36 and 40. RGB value is (183,54,64). Sum of RGB (Red+Green+Blue) = 183+54+64=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73640 is #48C9BF. Grayscale: #5D5D5D. Windows color (decimal): -4770240 or 4208311. OLE color: 4208311.

HSL color Cylindrical-coordinate representation of color #B73640: hue angle of 355.35º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73640 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 64 -
CMYK 0 0.70 0.65 0.28
HSL 355.35º 0.54% 0.46% -
HSV(B) 355.35º 0.7% 0.72% -
XYZ 21.77 13.08 6.23 -
YUV 93.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 183 54 64 0 0.70 0.65 0.28 355.35 0.54 0.46
Hex B7 36 40 0 46 41 1C 163 36 2E
Octal 267 66 100 0 106 101 34 543 66 56
Binary 10110111 110110 1000000 0 1000110 1000001 11100 101100011 110110 101110

Color Harmonies of #B73640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73640

Black with #B73640

Text Example


Text Example

White with #B73640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73640; }

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

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

background-color css

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

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

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

border-color css

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

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

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