Html Css Color HEX #B5353C Brick Red

📋 copy color: '#B5353C'

red 181 ◦ green 53 ◦ blue 60

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

Shades of Brick Red #B5353C

Tints of Brick Red #B5353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 61.56%
G = 18.03%
B = 20.41%

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

#B5353C (or 0xB5353C) is known color: Brick Red. HEX triplet: B5, 35 and 3C. RGB value is (181,53,60). Sum of RGB (Red+Green+Blue) = 181+53+60=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5353C is #4ACAC3. Grayscale: #5C5C5C. Windows color (decimal): -4901572 or 3945909. OLE color: 3945909.

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

Color convert

RGB 181 53 60 -
CMYK 0 0.71 0.67 0.29
HSL 356.72º 0.55% 0.46% -
HSV(B) 356.72º 0.71% 0.71% -
XYZ 21.14 12.7 5.61 -
YUV 92.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 181 53 60 0 0.71 0.67 0.29 356.72 0.55 0.46
Hex B5 35 3C 0 47 43 1D 165 37 2E
Octal 265 65 74 0 107 103 35 545 67 56
Binary 10110101 110101 111100 0 1000111 1000011 11101 101100101 110111 101110

Color Harmonies of #B5353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5353C

Black with #B5353C

Text Example


Text Example

White with #B5353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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