Html Css Color HEX #B5363C Brick Red

📋 copy color: '#B5363C'

red 181 ◦ green 54 ◦ blue 60

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

Shades of Brick Red #B5363C

Tints of Brick Red #B5363C

RGB

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

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

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

R = 61.36%
G = 18.31%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5363C (or 0xB5363C) is known color: Brick Red. HEX triplet: B5, 36 and 3C. RGB value is (181,54,60). Sum of RGB (Red+Green+Blue) = 181+54+60=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363C is #4AC9C3. Grayscale: #5C5C5C. Windows color (decimal): -4901316 or 3946165. OLE color: 3946165.

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

Color convert

RGB 181 54 60 -
CMYK 0 0.70 0.67 0.29
HSL 357.17º 0.54% 0.46% -
HSV(B) 357.17º 0.7% 0.71% -
XYZ 21.19 12.79 5.63 -
YUV 92.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 181 54 60 0 0.70 0.67 0.29 357.17 0.54 0.46
Hex B5 36 3C 0 46 43 1D 165 36 2E
Octal 265 66 74 0 106 103 35 545 66 56
Binary 10110101 110110 111100 0 1000110 1000011 11101 101100101 110110 101110

Color Harmonies of #B5363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5363C

Black with #B5363C

Text Example


Text Example

White with #B5363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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