Html Css Color HEX #B73340 Brick Red

📋 copy color: '#B73340'

red 183 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #B73340

Tints of Brick Red #B73340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 61.41%
G = 17.11%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B73340 (or 0xB73340) is known color: Brick Red. HEX triplet: B7, 33 and 40. RGB value is (183,51,64). Sum of RGB (Red+Green+Blue) = 183+51+64=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B73340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73340 is #48CCBF. Grayscale: #5C5C5C. Windows color (decimal): -4771008 or 4207543. OLE color: 4207543.

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

Color convert

RGB 183 51 64 -
CMYK 0 0.72 0.65 0.28
HSL 354.09º 0.56% 0.46% -
HSV(B) 354.09º 0.72% 0.72% -
XYZ 21.64 12.81 6.18 -
YUV 91.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 183 51 64 0 0.72 0.65 0.28 354.09 0.56 0.46
Hex B7 33 40 0 48 41 1C 162 38 2E
Octal 267 63 100 0 110 101 34 542 70 56
Binary 10110111 110011 1000000 0 1001000 1000001 11100 101100010 111000 101110

Color Harmonies of #B73340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73340

Black with #B73340

Text Example


Text Example

White with #B73340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73340; }

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

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

background-color css

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

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

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

border-color css

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

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

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