Html Css Color HEX #B7343F Brick Red

📋 copy color: '#B7343F'

red 183 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #B7343F

Tints of Brick Red #B7343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 61.41%
G = 17.45%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7343F (or 0xB7343F) is known color: Brick Red. HEX triplet: B7, 34 and 3F. RGB value is (183,52,63). Sum of RGB (Red+Green+Blue) = 183+52+63=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343F is #48CBC0. Grayscale: #5C5C5C. Windows color (decimal): -4770753 or 4142263. OLE color: 4142263.

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

Color convert

RGB 183 52 63 -
CMYK 0 0.72 0.66 0.28
HSL 354.96º 0.56% 0.46% -
HSV(B) 354.96º 0.72% 0.72% -
XYZ 21.65 12.88 6.05 -
YUV 92.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 183 52 63 0 0.72 0.66 0.28 354.96 0.56 0.46
Hex B7 34 3F 0 48 42 1C 163 38 2E
Octal 267 64 77 0 110 102 34 543 70 56
Binary 10110111 110100 111111 0 1001000 1000010 11100 101100011 111000 101110

Color Harmonies of #B7343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7343F

Black with #B7343F

Text Example


Text Example

White with #B7343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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