Html Css Color HEX #B2353F Brick Red

📋 copy color: '#B2353F'

red 178 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #B2353F

Tints of Brick Red #B2353F

RGB

 RED value IS 178 (69.92% from 255) = 60.54%

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

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

R = 60.54%
G = 18.03%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2353F (or 0xB2353F) is known color: Brick Red. HEX triplet: B2, 35 and 3F. RGB value is (178,53,63). Sum of RGB (Red+Green+Blue) = 178+53+63=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2353F is #4DCAC0. Grayscale: #5B5B5B. Windows color (decimal): -5098177 or 4142514. OLE color: 4142514.

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

Color convert

RGB 178 53 63 -
CMYK 0 0.70 0.65 0.30
HSL 355.2º 0.54% 0.45% -
HSV(B) 355.2º 0.7% 0.7% -
XYZ 20.53 12.37 6.01 -
YUV 91.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 178 53 63 0 0.70 0.65 0.30 355.2 0.54 0.45
Hex B2 35 3F 0 46 41 1E 163 36 2D
Octal 262 65 77 0 106 101 36 543 66 55
Binary 10110010 110101 111111 0 1000110 1000001 11110 101100011 110110 101101

Color Harmonies of #B2353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2353F

Black with #B2353F

Text Example


Text Example

White with #B2353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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