Html Css Color HEX #B5373D Brick Red

📋 copy color: '#B5373D'

red 181 ◦ green 55 ◦ blue 61

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

Shades of Brick Red #B5373D

Tints of Brick Red #B5373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 60.94%
G = 18.52%
B = 20.54%

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

#B5373D (or 0xB5373D) is known color: Brick Red. HEX triplet: B5, 37 and 3D. RGB value is (181,55,61). Sum of RGB (Red+Green+Blue) = 181+55+61=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5373D is #4AC8C2. Grayscale: #5D5D5D. Windows color (decimal): -4901059 or 4011957. OLE color: 4011957.

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

Color convert

RGB 181 55 61 -
CMYK 0 0.70 0.66 0.29
HSL 357.14º 0.53% 0.46% -
HSV(B) 357.14º 0.7% 0.71% -
XYZ 21.26 12.89 5.78 -
YUV 93.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 181 55 61 0 0.70 0.66 0.29 357.14 0.53 0.46
Hex B5 37 3D 0 46 42 1D 165 35 2E
Octal 265 67 75 0 106 102 35 545 65 56
Binary 10110101 110111 111101 0 1000110 1000010 11101 101100101 110101 101110

Color Harmonies of #B5373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5373D

Black with #B5373D

Text Example


Text Example

White with #B5373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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