Html Css Color HEX #B5293C Brick Red

📋 copy color: '#B5293C'

red 181 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #B5293C

Tints of Brick Red #B5293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 64.18%
G = 14.54%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5293C (or 0xB5293C) is known color: Brick Red. HEX triplet: B5, 29 and 3C. RGB value is (181,41,60). Sum of RGB (Red+Green+Blue) = 181+41+60=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293C is #4AD6C3. Grayscale: #555555. Windows color (decimal): -4904644 or 3942837. OLE color: 3942837.

HSL color Cylindrical-coordinate representation of color #B5293C: hue angle of 351.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5293C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 60 -
CMYK 0 0.77 0.67 0.29
HSL 351.86º 0.63% 0.44% -
HSV(B) 351.86º 0.77% 0.71% -
XYZ 20.66 11.74 5.45 -
YUV 85.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 181 41 60 0 0.77 0.67 0.29 351.86 0.63 0.44
Hex B5 29 3C 0 4D 43 1D 160 3F 2C
Octal 265 51 74 0 115 103 35 540 77 54
Binary 10110101 101001 111100 0 1001101 1000011 11101 101100000 111111 101100

Color Harmonies of #B5293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5293C

Black with #B5293C

Text Example


Text Example

White with #B5293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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