Html Css Color HEX #B0323C Brick Red

📋 copy color: '#B0323C'

red 176 ◦ green 50 ◦ blue 60

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

Shades of Brick Red #B0323C

Tints of Brick Red #B0323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 61.54%
G = 17.48%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0323C (or 0xB0323C) is known color: Brick Red. HEX triplet: B0, 32 and 3C. RGB value is (176,50,60). Sum of RGB (Red+Green+Blue) = 176+50+60=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0323C is #4FCDC3. Grayscale: #585858. Windows color (decimal): -5230020 or 3945136. OLE color: 3945136.

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

Color convert

RGB 176 50 60 -
CMYK 0 0.72 0.66 0.31
HSL 355.24º 0.56% 0.44% -
HSV(B) 355.24º 0.72% 0.69% -
XYZ 19.86 11.84 5.51 -
YUV 88.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 176 50 60 0 0.72 0.66 0.31 355.24 0.56 0.44
Hex B0 32 3C 0 48 42 1F 163 38 2C
Octal 260 62 74 0 110 102 37 543 70 54
Binary 10110000 110010 111100 0 1001000 1000010 11111 101100011 111000 101100

Color Harmonies of #B0323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0323C

Black with #B0323C

Text Example


Text Example

White with #B0323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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