Html Css Color HEX #B5393F Brick Red

📋 copy color: '#B5393F'

red 181 ◦ green 57 ◦ blue 63

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

Shades of Brick Red #B5393F

Tints of Brick Red #B5393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 63 (25% from 255) = 20.93%

R = 60.13%
G = 18.94%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5393F (or 0xB5393F) is known color: Brick Red. HEX triplet: B5, 39 and 3F. RGB value is (181,57,63). Sum of RGB (Red+Green+Blue) = 181+57+63=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393F is #4AC6C0. Grayscale: #5E5E5E. Windows color (decimal): -4900545 or 4143541. OLE color: 4143541.

HSL color Cylindrical-coordinate representation of color #B5393F: hue angle of 357.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5393F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 63 -
CMYK 0 0.69 0.65 0.29
HSL 357.1º 0.52% 0.47% -
HSV(B) 357.1º 0.69% 0.71% -
XYZ 21.42 13.11 6.1 -
YUV 94.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 181 57 63 0 0.69 0.65 0.29 357.1 0.52 0.47
Hex B5 39 3F 0 45 41 1D 165 34 2F
Octal 265 71 77 0 105 101 35 545 64 57
Binary 10110101 111001 111111 0 1000101 1000001 11101 101100101 110100 101111

Color Harmonies of #B5393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5393F

Black with #B5393F

Text Example


Text Example

White with #B5393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5393F; }

 p { color: rgb(181,57,63); }

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

background-color css

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

 a { background-color: rgb(181,57,63); }

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

border-color css

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

 span { border-color: rgb(181,57,63); }

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