Html Css Color HEX #B5393E Brick Red

📋 copy color: '#B5393E'

red 181 ◦ green 57 ◦ blue 62

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

Shades of Brick Red #B5393E

Tints of Brick Red #B5393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 60.33%
G = 19%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5393E (or 0xB5393E) is known color: Brick Red. HEX triplet: B5, 39 and 3E. RGB value is (181,57,62). Sum of RGB (Red+Green+Blue) = 181+57+62=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393E is #4AC6C1. Grayscale: #5E5E5E. Windows color (decimal): -4900546 or 4078005. OLE color: 4078005.

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

Color convert

RGB 181 57 62 -
CMYK 0 0.69 0.66 0.29
HSL 357.58º 0.52% 0.47% -
HSV(B) 357.58º 0.69% 0.71% -
XYZ 21.39 13.1 5.96 -
YUV 94.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 181 57 62 0 0.69 0.66 0.29 357.58 0.52 0.47
Hex B5 39 3E 0 45 42 1D 166 34 2F
Octal 265 71 76 0 105 102 35 546 64 57
Binary 10110101 111001 111110 0 1000101 1000010 11101 101100110 110100 101111

Color Harmonies of #B5393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5393E

Black with #B5393E

Text Example


Text Example

White with #B5393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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