Html Css Color HEX #B3353B Brick Red

📋 copy color: '#B3353B'

red 179 ◦ green 53 ◦ blue 59

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

Shades of Brick Red #B3353B

Tints of Brick Red #B3353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 61.51%
G = 18.21%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B3353B (or 0xB3353B) is known color: Brick Red. HEX triplet: B3, 35 and 3B. RGB value is (179,53,59). Sum of RGB (Red+Green+Blue) = 179+53+59=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353B is #4CCAC4. Grayscale: #5B5B5B. Windows color (decimal): -5032645 or 3880371. OLE color: 3880371.

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

Color convert

RGB 179 53 59 -
CMYK 0 0.70 0.67 0.30
HSL 357.14º 0.54% 0.45% -
HSV(B) 357.14º 0.7% 0.7% -
XYZ 20.65 12.45 5.45 -
YUV 91.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 179 53 59 0 0.70 0.67 0.30 357.14 0.54 0.45
Hex B3 35 3B 0 46 43 1E 165 36 2D
Octal 263 65 73 0 106 103 36 545 66 55
Binary 10110011 110101 111011 0 1000110 1000011 11110 101100101 110110 101101

Color Harmonies of #B3353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3353B

Black with #B3353B

Text Example


Text Example

White with #B3353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3353B; }

 p { color: rgb(179,53,59); }

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

background-color css

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

 a { background-color: rgb(179,53,59); }

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

border-color css

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

 span { border-color: rgb(179,53,59); }

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