Html Css Color HEX #B7343C Brick Red

📋 copy color: '#B7343C'

red 183 ◦ green 52 ◦ blue 60

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

Shades of Brick Red #B7343C

Tints of Brick Red #B7343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 62.03%
G = 17.63%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7343C (or 0xB7343C) is known color: Brick Red. HEX triplet: B7, 34 and 3C. RGB value is (183,52,60). Sum of RGB (Red+Green+Blue) = 183+52+60=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343C is #48CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4770756 or 3945655. OLE color: 3945655.

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

Color convert

RGB 183 52 60 -
CMYK 0 0.72 0.67 0.28
HSL 356.34º 0.56% 0.46% -
HSV(B) 356.34º 0.72% 0.72% -
XYZ 21.57 12.85 5.62 -
YUV 92.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 183 52 60 0 0.72 0.67 0.28 356.34 0.56 0.46
Hex B7 34 3C 0 48 43 1C 164 38 2E
Octal 267 64 74 0 110 103 34 544 70 56
Binary 10110111 110100 111100 0 1001000 1000011 11100 101100100 111000 101110

Color Harmonies of #B7343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7343C

Black with #B7343C

Text Example


Text Example

White with #B7343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7343C; }

 p { color: rgb(183,52,60); }

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

background-color css

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

 a { background-color: rgb(183,52,60); }

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

border-color css

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

 span { border-color: rgb(183,52,60); }

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