Html Css Color HEX #B7323B Brick Red

📋 copy color: '#B7323B'

red 183 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #B7323B

Tints of Brick Red #B7323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 62.67%
G = 17.12%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7323B (or 0xB7323B) is known color: Brick Red. HEX triplet: B7, 32 and 3B. RGB value is (183,50,59). Sum of RGB (Red+Green+Blue) = 183+50+59=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7323B is #48CDC4. Grayscale: #5A5A5A. Windows color (decimal): -4771269 or 3879607. OLE color: 3879607.

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

Color convert

RGB 183 50 59 -
CMYK 0 0.73 0.68 0.28
HSL 355.94º 0.57% 0.46% -
HSV(B) 355.94º 0.73% 0.72% -
XYZ 21.46 12.66 5.45 -
YUV 90.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 183 50 59 0 0.73 0.68 0.28 355.94 0.57 0.46
Hex B7 32 3B 0 49 44 1C 164 39 2E
Octal 267 62 73 0 111 104 34 544 71 56
Binary 10110111 110010 111011 0 1001001 1000100 11100 101100100 111001 101110

Color Harmonies of #B7323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7323B

Black with #B7323B

Text Example


Text Example

White with #B7323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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