Html Css Color HEX #B0353F Brick Red

📋 copy color: '#B0353F'

red 176 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #B0353F

Tints of Brick Red #B0353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 60.27%
G = 18.15%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0353F (or 0xB0353F) is known color: Brick Red. HEX triplet: B0, 35 and 3F. RGB value is (176,53,63). Sum of RGB (Red+Green+Blue) = 176+53+63=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0353F is #4FCAC0. Grayscale: #5B5B5B. Windows color (decimal): -5229249 or 4142512. OLE color: 4142512.

HSL color Cylindrical-coordinate representation of color #B0353F: hue angle of 355.12º 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 #B0353F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 63 -
CMYK 0 0.70 0.64 0.31
HSL 355.12º 0.54% 0.45% -
HSV(B) 355.12º 0.7% 0.69% -
XYZ 20.07 12.14 5.99 -
YUV 90.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 176 53 63 0 0.70 0.64 0.31 355.12 0.54 0.45
Hex B0 35 3F 0 46 40 1F 163 36 2D
Octal 260 65 77 0 106 100 37 543 66 55
Binary 10110000 110101 111111 0 1000110 1000000 11111 101100011 110110 101101

Color Harmonies of #B0353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0353F

Black with #B0353F

Text Example


Text Example

White with #B0353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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