Html Css Color HEX #B5343B Brick Red

📋 copy color: '#B5343B'

red 181 ◦ green 52 ◦ blue 59

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

Shades of Brick Red #B5343B

Tints of Brick Red #B5343B

RGB

 RED value IS 181 (71.09% from 255) = 61.99%

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

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

R = 61.99%
G = 17.81%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5343B (or 0xB5343B) is known color: Brick Red. HEX triplet: B5, 34 and 3B. RGB value is (181,52,59). Sum of RGB (Red+Green+Blue) = 181+52+59=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343B is #4ACBC4. Grayscale: #5B5B5B. Windows color (decimal): -4901829 or 3880117. OLE color: 3880117.

HSL color Cylindrical-coordinate representation of color #B5343B: hue angle of 356.74º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5343B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 59 -
CMYK 0 0.71 0.67 0.29
HSL 356.74º 0.55% 0.46% -
HSV(B) 356.74º 0.71% 0.71% -
XYZ 21.07 12.6 5.46 -
YUV 91.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 181 52 59 0 0.71 0.67 0.29 356.74 0.55 0.46
Hex B5 34 3B 0 47 43 1D 165 37 2E
Octal 265 64 73 0 107 103 35 545 67 56
Binary 10110101 110100 111011 0 1000111 1000011 11101 101100101 110111 101110

Color Harmonies of #B5343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5343B

Black with #B5343B

Text Example


Text Example

White with #B5343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5343B; }

 p { color: rgb(181,52,59); }

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

background-color css

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

 a { background-color: rgb(181,52,59); }

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

border-color css

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

 span { border-color: rgb(181,52,59); }

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