Html Css Color HEX #B5363D Brick Red

📋 copy color: '#B5363D'

red 181 ◦ green 54 ◦ blue 61

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

Shades of Brick Red #B5363D

Tints of Brick Red #B5363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 61.15%
G = 18.24%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5363D (or 0xB5363D) is known color: Brick Red. HEX triplet: B5, 36 and 3D. RGB value is (181,54,61). Sum of RGB (Red+Green+Blue) = 181+54+61=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363D is #4AC9C2. Grayscale: #5C5C5C. Windows color (decimal): -4901315 or 4011701. OLE color: 4011701.

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

Color convert

RGB 181 54 61 -
CMYK 0 0.70 0.66 0.29
HSL 356.69º 0.54% 0.46% -
HSV(B) 356.69º 0.7% 0.71% -
XYZ 21.22 12.8 5.77 -
YUV 92.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 181 54 61 0 0.70 0.66 0.29 356.69 0.54 0.46
Hex B5 36 3D 0 46 42 1D 165 36 2E
Octal 265 66 75 0 106 102 35 545 66 56
Binary 10110101 110110 111101 0 1000110 1000010 11101 101100101 110110 101110

Color Harmonies of #B5363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5363D

Black with #B5363D

Text Example


Text Example

White with #B5363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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