Html Css Color HEX #B5343C Brick Red

📋 copy color: '#B5343C'

red 181 ◦ green 52 ◦ blue 60

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

Shades of Brick Red #B5343C

Tints of Brick Red #B5343C

RGB

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

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

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

R = 61.77%
G = 17.75%
B = 20.48%

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

#B5343C (or 0xB5343C) is known color: Brick Red. HEX triplet: B5, 34 and 3C. RGB value is (181,52,60). Sum of RGB (Red+Green+Blue) = 181+52+60=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343C is #4ACBC3. Grayscale: #5B5B5B. Windows color (decimal): -4901828 or 3945653. OLE color: 3945653.

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

Color convert

RGB 181 52 60 -
CMYK 0 0.71 0.67 0.29
HSL 356.28º 0.55% 0.46% -
HSV(B) 356.28º 0.71% 0.71% -
XYZ 21.1 12.61 5.6 -
YUV 91.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 181 52 60 0 0.71 0.67 0.29 356.28 0.55 0.46
Hex B5 34 3C 0 47 43 1D 164 37 2E
Octal 265 64 74 0 107 103 35 544 67 56
Binary 10110101 110100 111100 0 1000111 1000011 11101 101100100 110111 101110

Color Harmonies of #B5343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5343C

Black with #B5343C

Text Example


Text Example

White with #B5343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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