Html Css Color HEX #B3333A Brick Red

📋 copy color: '#B3333A'

red 179 ◦ green 51 ◦ blue 58

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

Shades of Brick Red #B3333A

Tints of Brick Red #B3333A

RGB

 RED value IS 179 (70.31% from 255) = 62.15%

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

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

R = 62.15%
G = 17.71%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3333A (or 0xB3333A) is known color: Brick Red. HEX triplet: B3, 33 and 3A. RGB value is (179,51,58). Sum of RGB (Red+Green+Blue) = 179+51+58=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3333A is #4CCCC5. Grayscale: #5A5A5A. Windows color (decimal): -5033158 or 3814323. OLE color: 3814323.

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

Color convert

RGB 179 51 58 -
CMYK 0 0.72 0.68 0.30
HSL 356.72º 0.56% 0.45% -
HSV(B) 356.72º 0.72% 0.7% -
XYZ 20.54 12.26 5.29 -
YUV 90.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 179 51 58 0 0.72 0.68 0.30 356.72 0.56 0.45
Hex B3 33 3A 0 48 44 1E 165 38 2D
Octal 263 63 72 0 110 104 36 545 70 55
Binary 10110011 110011 111010 0 1001000 1000100 11110 101100101 111000 101101

Color Harmonies of #B3333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3333A

Black with #B3333A

Text Example


Text Example

White with #B3333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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