Html Css Color HEX #B3333D Brick Red

📋 copy color: '#B3333D'

red 179 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #B3333D

Tints of Brick Red #B3333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 61.51%
G = 17.53%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3333D (or 0xB3333D) is known color: Brick Red. HEX triplet: B3, 33 and 3D. RGB value is (179,51,61). Sum of RGB (Red+Green+Blue) = 179+51+61=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3333D is #4CCCC2. Grayscale: #5A5A5A. Windows color (decimal): -5033155 or 4010931. OLE color: 4010931.

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

Color convert

RGB 179 51 61 -
CMYK 0 0.72 0.66 0.30
HSL 355.31º 0.56% 0.45% -
HSV(B) 355.31º 0.72% 0.7% -
XYZ 20.62 12.29 5.7 -
YUV 90.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 179 51 61 0 0.72 0.66 0.30 355.31 0.56 0.45
Hex B3 33 3D 0 48 42 1E 163 38 2D
Octal 263 63 75 0 110 102 36 543 70 55
Binary 10110011 110011 111101 0 1001000 1000010 11110 101100011 111000 101101

Color Harmonies of #B3333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3333D

Black with #B3333D

Text Example


Text Example

White with #B3333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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