Html Css Color HEX #B5333A Brick Red

📋 copy color: '#B5333A'

red 181 ◦ green 51 ◦ blue 58

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

Shades of Brick Red #B5333A

Tints of Brick Red #B5333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 62.41%
G = 17.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5333A (or 0xB5333A) is known color: Brick Red. HEX triplet: B5, 33 and 3A. RGB value is (181,51,58). Sum of RGB (Red+Green+Blue) = 181+51+58=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333A is #4ACCC5. Grayscale: #5A5A5A. Windows color (decimal): -4902086 or 3814325. OLE color: 3814325.

HSL color Cylindrical-coordinate representation of color #B5333A: hue angle of 356.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5333A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 58 -
CMYK 0 0.72 0.68 0.29
HSL 356.77º 0.56% 0.45% -
HSV(B) 356.77º 0.72% 0.71% -
XYZ 21 12.5 5.31 -
YUV 90.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 181 51 58 0 0.72 0.68 0.29 356.77 0.56 0.45
Hex B5 33 3A 0 48 44 1D 165 38 2D
Octal 265 63 72 0 110 104 35 545 70 55
Binary 10110101 110011 111010 0 1001000 1000100 11101 101100101 111000 101101

Color Harmonies of #B5333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5333A

Black with #B5333A

Text Example


Text Example

White with #B5333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5333A; }

 p { color: rgb(181,51,58); }

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

background-color css

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

 a { background-color: rgb(181,51,58); }

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

border-color css

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

 span { border-color: rgb(181,51,58); }

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