Html Css Color HEX #B5333B Brick Red

📋 copy color: '#B5333B'

red 181 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #B5333B

Tints of Brick Red #B5333B

RGB

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

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

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

R = 62.2%
G = 17.53%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5333B (or 0xB5333B) is known color: Brick Red. HEX triplet: B5, 33 and 3B. RGB value is (181,51,59). Sum of RGB (Red+Green+Blue) = 181+51+59=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333B is #4ACCC4. Grayscale: #5A5A5A. Windows color (decimal): -4902085 or 3879861. OLE color: 3879861.

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

Color convert

RGB 181 51 59 -
CMYK 0 0.72 0.67 0.29
HSL 356.31º 0.56% 0.45% -
HSV(B) 356.31º 0.72% 0.71% -
XYZ 21.03 12.51 5.44 -
YUV 90.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 181 51 59 0 0.72 0.67 0.29 356.31 0.56 0.45
Hex B5 33 3B 0 48 43 1D 164 38 2D
Octal 265 63 73 0 110 103 35 544 70 55
Binary 10110101 110011 111011 0 1001000 1000011 11101 101100100 111000 101101

Color Harmonies of #B5333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5333B

Black with #B5333B

Text Example


Text Example

White with #B5333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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