Html Css Color HEX #B5353D Brick Red

📋 copy color: '#B5353D'

red 181 ◦ green 53 ◦ blue 61

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

Shades of Brick Red #B5353D

Tints of Brick Red #B5353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 61.36%
G = 17.97%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5353D (or 0xB5353D) is known color: Brick Red. HEX triplet: B5, 35 and 3D. RGB value is (181,53,61). Sum of RGB (Red+Green+Blue) = 181+53+61=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5353D is #4ACAC2. Grayscale: #5C5C5C. Windows color (decimal): -4901571 or 4011445. OLE color: 4011445.

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

Color convert

RGB 181 53 61 -
CMYK 0 0.71 0.66 0.29
HSL 356.25º 0.55% 0.46% -
HSV(B) 356.25º 0.71% 0.71% -
XYZ 21.17 12.71 5.75 -
YUV 92.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 181 53 61 0 0.71 0.66 0.29 356.25 0.55 0.46
Hex B5 35 3D 0 47 42 1D 164 37 2E
Octal 265 65 75 0 107 102 35 544 67 56
Binary 10110101 110101 111101 0 1000111 1000010 11101 101100100 110111 101110

Color Harmonies of #B5353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5353D

Black with #B5353D

Text Example


Text Example

White with #B5353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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