Html Css Color HEX #B5373C Brick Red

📋 copy color: '#B5373C'

red 181 ◦ green 55 ◦ blue 60

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

Shades of Brick Red #B5373C

Tints of Brick Red #B5373C

RGB

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

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

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

R = 61.15%
G = 18.58%
B = 20.27%

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

#B5373C (or 0xB5373C) is known color: Brick Red. HEX triplet: B5, 37 and 3C. RGB value is (181,55,60). Sum of RGB (Red+Green+Blue) = 181+55+60=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5373C is #4AC8C3. Grayscale: #5D5D5D. Windows color (decimal): -4901060 or 3946421. OLE color: 3946421.

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

Color convert

RGB 181 55 60 -
CMYK 0 0.70 0.67 0.29
HSL 357.62º 0.53% 0.46% -
HSV(B) 357.62º 0.7% 0.71% -
XYZ 21.24 12.88 5.64 -
YUV 93.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 181 55 60 0 0.70 0.67 0.29 357.62 0.53 0.46
Hex B5 37 3C 0 46 43 1D 166 35 2E
Octal 265 67 74 0 106 103 35 546 65 56
Binary 10110101 110111 111100 0 1000110 1000011 11101 101100110 110101 101110

Color Harmonies of #B5373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5373C

Black with #B5373C

Text Example


Text Example

White with #B5373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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