Html Css Color HEX #B5293E Brick Red

📋 copy color: '#B5293E'

red 181 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #B5293E

Tints of Brick Red #B5293E

RGB

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

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

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

R = 63.73%
G = 14.44%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5293E (or 0xB5293E) is known color: Brick Red. HEX triplet: B5, 29 and 3E. RGB value is (181,41,62). Sum of RGB (Red+Green+Blue) = 181+41+62=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293E is #4AD6C1. Grayscale: #555555. Windows color (decimal): -4904642 or 4073909. OLE color: 4073909.

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

Color convert

RGB 181 41 62 -
CMYK 0 0.77 0.66 0.29
HSL 351º 0.63% 0.44% -
HSV(B) 351º 0.77% 0.71% -
XYZ 20.72 11.76 5.73 -
YUV 85.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 181 41 62 0 0.77 0.66 0.29 351 0.63 0.44
Hex B5 29 3E 0 4D 42 1D 15F 3F 2C
Octal 265 51 76 0 115 102 35 537 77 54
Binary 10110101 101001 111110 0 1001101 1000010 11101 101011111 111111 101100

Color Harmonies of #B5293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5293E

Black with #B5293E

Text Example


Text Example

White with #B5293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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