Html Css Color HEX #B0323E Brick Red

📋 copy color: '#B0323E'

red 176 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #B0323E

Tints of Brick Red #B0323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 61.11%
G = 17.36%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0323E (or 0xB0323E) is known color: Brick Red. HEX triplet: B0, 32 and 3E. RGB value is (176,50,62). Sum of RGB (Red+Green+Blue) = 176+50+62=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0323E is #4FCDC1. Grayscale: #595959. Windows color (decimal): -5230018 or 4076208. OLE color: 4076208.

HSL color Cylindrical-coordinate representation of color #B0323E: hue angle of 354.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0323E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 62 -
CMYK 0 0.72 0.65 0.31
HSL 354.29º 0.56% 0.44% -
HSV(B) 354.29º 0.72% 0.69% -
XYZ 19.91 11.86 5.8 -
YUV 89.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 176 50 62 0 0.72 0.65 0.31 354.29 0.56 0.44
Hex B0 32 3E 0 48 41 1F 162 38 2C
Octal 260 62 76 0 110 101 37 542 70 54
Binary 10110000 110010 111110 0 1001000 1000001 11111 101100010 111000 101100

Color Harmonies of #B0323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0323E

Black with #B0323E

Text Example


Text Example

White with #B0323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0323E; }

 p { color: rgb(176,50,62); }

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

background-color css

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

 a { background-color: rgb(176,50,62); }

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

border-color css

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

 span { border-color: rgb(176,50,62); }

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