Html Css Color HEX #B3333E Brick Red

📋 copy color: '#B3333E'

red 179 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #B3333E

Tints of Brick Red #B3333E

RGB

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

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

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

R = 61.3%
G = 17.47%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3333E (or 0xB3333E) is known color: Brick Red. HEX triplet: B3, 33 and 3E. RGB value is (179,51,62). Sum of RGB (Red+Green+Blue) = 179+51+62=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3333E is #4CCCC1. Grayscale: #5A5A5A. Windows color (decimal): -5033154 or 4076467. OLE color: 4076467.

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

Color convert

RGB 179 51 62 -
CMYK 0 0.72 0.65 0.30
HSL 354.84º 0.56% 0.45% -
HSV(B) 354.84º 0.72% 0.7% -
XYZ 20.64 12.3 5.84 -
YUV 90.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 179 51 62 0 0.72 0.65 0.30 354.84 0.56 0.45
Hex B3 33 3E 0 48 41 1E 163 38 2D
Octal 263 63 76 0 110 101 36 543 70 55
Binary 10110011 110011 111110 0 1001000 1000001 11110 101100011 111000 101101

Color Harmonies of #B3333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3333E

Black with #B3333E

Text Example


Text Example

White with #B3333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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