Html Css Color HEX #B0353A Brick Red

📋 copy color: '#B0353A'

red 176 ◦ green 53 ◦ blue 58

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

Shades of Brick Red #B0353A

Tints of Brick Red #B0353A

RGB

 RED value IS 176 (69.14% from 255) = 61.32%

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

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

R = 61.32%
G = 18.47%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0353A (or 0xB0353A) is known color: Brick Red. HEX triplet: B0, 35 and 3A. RGB value is (176,53,58). Sum of RGB (Red+Green+Blue) = 176+53+58=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0353A is #4FCAC5. Grayscale: #5A5A5A. Windows color (decimal): -5229254 or 3814832. OLE color: 3814832.

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

Color convert

RGB 176 53 58 -
CMYK 0 0.70 0.67 0.31
HSL 357.56º 0.54% 0.45% -
HSV(B) 357.56º 0.7% 0.69% -
XYZ 19.94 12.08 5.28 -
YUV 90.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 176 53 58 0 0.70 0.67 0.31 357.56 0.54 0.45
Hex B0 35 3A 0 46 43 1F 166 36 2D
Octal 260 65 72 0 106 103 37 546 66 55
Binary 10110000 110101 111010 0 1000110 1000011 11111 101100110 110110 101101

Color Harmonies of #B0353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0353A

Black with #B0353A

Text Example


Text Example

White with #B0353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0353A; }

 p { color: rgb(176,53,58); }

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

background-color css

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

 a { background-color: rgb(176,53,58); }

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

border-color css

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

 span { border-color: rgb(176,53,58); }

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