Html Css Color HEX #B5293B Brick Red

📋 copy color: '#B5293B'

red 181 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #B5293B

Tints of Brick Red #B5293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 64.41%
G = 14.59%
B = 21%

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

#B5293B (or 0xB5293B) is known color: Brick Red. HEX triplet: B5, 29 and 3B. RGB value is (181,41,59). Sum of RGB (Red+Green+Blue) = 181+41+59=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293B is #4AD6C4. Grayscale: #545454. Windows color (decimal): -4904645 or 3877301. OLE color: 3877301.

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

Color convert

RGB 181 41 59 -
CMYK 0 0.77 0.67 0.29
HSL 352.29º 0.63% 0.44% -
HSV(B) 352.29º 0.77% 0.71% -
XYZ 20.64 11.73 5.31 -
YUV 84.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 181 41 59 0 0.77 0.67 0.29 352.29 0.63 0.44
Hex B5 29 3B 0 4D 43 1D 160 3F 2C
Octal 265 51 73 0 115 103 35 540 77 54
Binary 10110101 101001 111011 0 1001101 1000011 11101 101100000 111111 101100

Color Harmonies of #B5293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5293B

Black with #B5293B

Text Example


Text Example

White with #B5293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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